How to get the mail body format of the outlook 2000

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi guys,
I am developing the outlook addin and i am new to this area
i want to check the mail body format of the outlook 2000

I look forward to your reply.
Thanks
Laxman
 
Take a look at the Inspector.EditorType property.

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

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Sue Mosher said:
Take a look at the Inspector.EditorType property.

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

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
Is this for the mail items of the inbox ??
 
For each message in the folder, you would use its MailItem.GetInspector method to return the Inspector.

--
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

Back
Top