| Thread | Last Post | Replies |
|
| Attach digital Signature with code | 31 Jul 2008 16:21 GMT | 3 |
I have a button on a win form that launches outlook and auto populates To:, Subject:, Attachment:.... How can I attach digital signature so when users click the button, it attaches their signatures. Code Sample:
|
| how to determine the error when an address doesn't resolve | 31 Jul 2008 16:17 GMT | 3 |
I'm trying to access outlook from another office app (Word). I sometimes have trouble with the .ResolveAll when sending an email to a list of people (internal to our organization, so using an exchange global address book). At those times I run through the list of recipients and ...
|
| Invalid Pointer connecting to Outlook Application using automation | 31 Jul 2008 08:03 GMT | 11 |
We have been stuck on this particular problem for a few days so any help would be gratefully received. We have a win32 application developed in C++ using Visual Studio 6 which succesfully connects to Outlook on hundreds of sites. However we have one particular site where the ...
|
| Rule: delete older than 2 weeks. | 31 Jul 2008 07:41 GMT | 4 |
i would like to program a rule that deletes certain messages (depending on the subject-title) to be deleted when they are older than two weeks. I cannot archive because i don't want this to apply to ALL my messages.
|
| Addition of two user defined fields | 31 Jul 2008 07:20 GMT | 2 |
New to Outlook formulas. I have two fields (Total Site Hrs) that total the number of hours worked on site and (Total Off Site Hrs) the total number of hours worked off site these are working well but need to add the two fields together to form a thrid field. I have called my ...
|
| Names of ribbon tabs | 31 Jul 2008 06:28 GMT | 4 |
where can I find the names of all tabs of the 19 ribbions used in Outlook? I try to set my tab at the first place of a new message and used this code:
|
| VBA toggle Outlook '03 Word email editor on/off | 30 Jul 2008 23:29 GMT | 2 |
Hello, This is a follow-up post to what I have posted on another forum (please see: http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft. public.excel.programming&mid=5c23ec0c-60ed-4b43-9302-81c2d86f3a13 ); I was wondering if anyone here might have come ...
|
| how do i set up 2 different months in the calendar in microsoft o. | 30 Jul 2008 14:19 GMT | 1 |
how do i set up 2 different months in the calendar in microsoft outlook 2007 i.e. I want to view say July and Aug at the same time side by side
|
| unicode? non-unicode? Is Outlook 2003 obsolete software? | 30 Jul 2008 14:09 GMT | 6 |
Please help me to understand this: I use Outlook2003+Exchange in OST mode. I thought my store is in unicode but it rather appears it is not. I use Czech language and +ěščřžýáí characters are kept ok.
|
| How do I edit a formula field in outlook to round up | 30 Jul 2008 11:57 GMT | 2 |
I have added start and finish time field in outlook tasks and want to use a formula to total the hrs worked against the task. This all works OK except that the total hrs are not rounded up to two decimal places. Any idea how I can format the formula field for a new field to do ...
|
| Shell command | 29 Jul 2008 23:29 GMT | 2 |
How do I kick off a macro in Access through Outlook? Shell command? I have reminders set up that will kick off macros in Outlook. However, I want one to kick off a macro inside a certain database. I thought I could use a shell command but I'm not having much luck.
|
| How do I get an Outlook rule to only activate at specific time/s | 29 Jul 2008 20:59 GMT | 2 |
- I use Outlook 2003 - I have a number of rules which function well - I would now like to modify existing rules and/or create new rules which do not run continuously but only at a preset time or times
|
| Populate message area wtih data fron Access database | 29 Jul 2008 20:15 GMT | 3 |
I am trying to buid a macro(VBA) that reads an MS Access table(Query) and pulls in the record set into the message area of an e-mail to be sent. This is will save the analyst time by building the data part of the message instead of cutting and pasting the info in from a Table or ...
|
| Exporting Mails from outlook | 29 Jul 2008 20:05 GMT | 1 |
I need a code to that'll export mails from outlook to excel and every time the code is executed it will have to check the last email that it has pulled up in excel and then start extracting it from outlook. Ex: if in Excel, the last email captured is of 25July 02:00PM & if the ...
|
| [outlook2k3-vba] How to specify a specific contacts folder? | 28 Jul 2008 22:13 GMT | 8 |
Dim WithEvents colCTSItems As Items Private Sub Application_Startup() Dim NS As Outlook.NameSpace Set NS = Application.GetNamespace("MAPI")
|