![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#6
|
|||
|
|||
![]()
In article ,
=?Utf-8?B?RGF2aWRX?= wrote: I do not have any 'Have replies sent to' controls on the form. I did add one and typed in an e-mail address but how would I be able to specify the sender's e-mail address given that I don't know who the particular user is. If you look at the fields in the recipient object, using the Object Explorer (?) In the script editor, you will find that each recipient object has a type field. Here is how it is defined: MailItem recipient: one of the following OlMailRecipientType constants: olBCC, olCC, olOriginator, or olTo. So, all you need to do is loop through the recipient objects until you find the one whose Type field is set to olOriginator. Then pick off the address field and add it to your string. Remember: VBScript still does not automatically assign values to constant, so you need to look in the olMailRecipientType to get the value for olOriginator. -- Hollis Paul Mukilteo, WA USA |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Voting Buttons & Excel | Junoon | Outlook and VBA | 10 | April 18th 06 06:09 AM |
Voting button | stanhope4 | Outlook and VBA | 6 | April 13th 06 09:11 PM |
Automation of voting buttons | [email protected] | Outlook - Using Forms | 0 | February 2nd 06 02:09 PM |
How do I set up a voting buttons with hyperlink? | Sunny | Outlook - General Queries | 1 | January 24th 06 03:51 PM |
Outlook 2003 Voting Problem | [email protected] | Outlook - General Queries | 0 | January 23rd 06 10:48 PM |