Sending e-mail by scripting and include voting buttons
Exchange Server Forum Index Exchange Server
Discussion forums for Microsoft Exchange Server users.
Microsoft Outlook
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web ExchangeServerHelp.com
Sending e-mail by scripting and include voting buttons

 
Post new topic   Reply to topic    Exchange Server Forum Index -> Development
Author Message
Kimon
Guest





Posted: Sun Nov 27, 2005 12:13 am    Post subject: Sending e-mail by scripting and include voting buttons Reply with quote

I have found scripts on the web that will send e-mails usingn vb script and
CDO. I am looking for a script that will send an e-mail but also include
voting buttons. Does anyone know how to do this?

Back to top
Charles Brereton
Guest





Posted: Wed Dec 07, 2005 4:37 pm    Post subject: RE: Sending e-mail by scripting and include voting buttons Reply with quote

"Kimon" wrote:

Quote:
I have found scripts on the web that will send e-mails usingn vb script and
CDO. I am looking for a script that will send an e-mail but also include
voting buttons. Does anyone know how to do this?

Hi Kimon,

try this:

Dim olApp
Set olApp = CreateObject("Outlook.Application")
Dim olItem
Set olItem = olApp.CreateItem(olMailItem)
With olItem
.To="charles@somewhere.com"
.Subject="vote test"
.Body="test message"
.VotingOptions = "Yes; No; Maybe"
.Send
End With
Set olItem = Nothing
Set olApp = Nothing

hope this helps
regards,
Back to top
 
Post new topic   Reply to topic    Exchange Server Forum Index -> Development All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Windows Server Dedicated Servers
Contact Us
New Topics Powered by phpBB