Get Email Body without displaying email.

G

Guest

Hi
Is there a way to get the body of an email without displaying it?
ie creating a variable and setting the variable to be the body of a standard
email with the user's default signature?

I have tried:

Dim objBody as object= NewEmail.body
but objBody is nothing

Thanks
 
S

Sue Mosher [MVP-Outlook]

Body is a string property, not an object property.

If the user is using an automatic signature, it will not be included in the text returned by Body or HTMLBody unless the message is first displayed.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top