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