| Thread | Last Post | Replies |
|
| Link between contact and task/journal | 26 Jul 2007 22:48 GMT | 9 |
What field is used to create the link between an Outlook contact and a task or journal? I need to extract all of the tasks and journals but the name in the links collection doesn't always match if the name of the contact has changed. I know there has to be some way that Outlook ...
|
| AdvancedSearch and .Body | 26 Jul 2007 16:25 GMT | 2 |
http://msdn2.microsoft.com/en-us/library/bb147580.aspx sounds like AdvancedSearch will not search the whole message text: "use the item's EntryID in GetItemFromID to obtain the
|
| Out of Office | 26 Jul 2007 16:02 GMT | 1 |
Is it possible to programm Outlook to switch ON Out of Office when closing Outlook? Thanks
|
| How to automatic save file and forward mail? | 26 Jul 2007 15:54 GMT | 1 |
I would like to save attach file automation & forward after save complete. Does anyone know what is software name that has this feature? For each mail has many attach file and want to automatic save attach many file to different folder.
|
| Can AdvancedSearch do multiple header fields? | 26 Jul 2007 14:54 GMT | 2 |
Can AdvancedSearch do multiple header fields in .Filter, such as strF = Chr(34) & "urn:schemas:httpmail:subject" & Chr(34) & " like '%questions%'" strF = strF & Chr(34) & "AND urn:schemas:httpmail:from" & Chr(34) &
|
| Weekday function | 26 Jul 2007 14:01 GMT | 3 |
When using the Weekday function, can I use a string, and if so, what format? I have to retrieve the needed date from the Start property of an appointment item, but what format will I need to convert the string to in order to get the Weekday function to work?
 Signature Thanks,
|
| MFCMapi access to Attachment Filenames and Recipients | 26 Jul 2007 05:26 GMT | 1 |
I am using the MFCMapi editor to dump Outlook's Mapi properties to a neutral file which I can then read programmatically. This is working well for most of the fields that I need to extract, using the Output Table feature. The two items I cannot yet get hold of are the
|
| Insert a Signature via Code | 26 Jul 2007 02:04 GMT | 15 |
How can I insert a signature into an item via code? I have a VBScript which automatically inserts a custom message into the item and need to be able to add the signature of the current user. Unfortunately, the message cannot contain any signature.
|
| Writing a macro | 25 Jul 2007 22:34 GMT | 1 |
I am new to coding macros and would appreciate any help writing one. I want to write a macro which would change the default email account and the order in which address books are listed in the dropdown list in Select Names dialog box.
|
| automate Outlook..insert signiture | 25 Jul 2007 22:24 GMT | 1 |
Please help me i am new to this and i would like to automate using outlook. (i have never automated with outlook. i know that its kind of different than the other MS apps). I am automating from Microsoft Access. I am using the DoCmd.SendObject to create an email. I am not asking ...
|
| GetWeekDay | 25 Jul 2007 15:05 GMT | 3 |
Anyone have a code example on GetWeekday? I need something to give me the weekday a date falls on. If I have a date of 6/24/2007, how can I determine what day that is?
 Signature Thanks, Dennis
|
| Send Email when Outlook Closes | 25 Jul 2007 13:58 GMT | 6 |
I am looking for simple code that would send an email with the same attachment and subject and recipient everytime I close down Outlook 2003. I did this once before on my old machine, and do not have the code any longer. Thanks!
|
| Export members of distribution list | 25 Jul 2007 12:17 GMT | 3 |
I'm trying to get a list with the members of the distribution list from Outlook 2003. If found a macro on the internet that gives however the following error Error: Objectvariabele or blockvariabele With is not assigned Error #91
|
| Macro Recorder | 25 Jul 2007 06:46 GMT | 2 |
I am new to this group, Dose Outlook have a macro Recorder. so user can generate code with existing built in functions. if not, is there a way of generating code from existing functions...... Regards
|
| Start property processing with ExecSQL | 24 Jul 2007 18:20 GMT | 1 |
I need to get a range of dates and store them, and I'm using MAPITable with ExecSQL, but I'm stuck on Start property processing. What is the correct format when I'm searching for a string within a stored field? For example, if I retrieve the Start property of an appointment, I get ...
|