View Single Post
  #2  
Old January 11th 10, 05:26 PM posted to microsoft.public.outlook.program_vba
Dmitry Streblechenko
external usenet poster
 
Posts: 2,116
Default Email Help: Sending Outlook email from Excel VBA

If sending through the Outlook Object Model, use the MailItem.VotingOptions
property and MailItem.ReplyRecipients collection.

--
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
-
"sam" wrote in message
...
Hi All,

How do I select a specific property in outlook while sending email from
excel?

There is an option we can set in outlook outgoing emails call "Voting
buttons"
in that feature there is a custom option that we can select called "Have
replies sent to" its a checkbox. I want it checked when i send an email
from
excel.

Hope i made it clear.

Thanks in advance



Ads