R
Robbin
Hi guys,
I am working to create an Outlook add-in which would sort emails.
The normal mails (and their properties like Subject, Body,
etc......)that I receive in the inbox can be accessed using the "Mail
Item" object. But any autogenerated mail which is because of an
incorrect email address, throws an error. This can be accessed using
the object "Report Item" but I am no able to access any of its
properties. The only method Body returns a blank string even though
the message contains a valid string in the body.
Any kind of help will be appreciated.
Thanks in advance.
I am working to create an Outlook add-in which would sort emails.
The normal mails (and their properties like Subject, Body,
etc......)that I receive in the inbox can be accessed using the "Mail
Item" object. But any autogenerated mail which is because of an
incorrect email address, throws an error. This can be accessed using
the object "Report Item" but I am no able to access any of its
properties. The only method Body returns a blank string even though
the message contains a valid string in the body.
Any kind of help will be appreciated.
Thanks in advance.