Nested Attachments

  • Thread starter Thread starter JonWayne
  • Start date Start date
J

JonWayne

Is there any property that a Message object expose that tells if that
message was forwarded-as-attachment? IOW, if someone forwards me a message,
with the option ForwardAsAttachment, then, when I receive that message, the
body is not displayed in the preview pane when the message is selected.
Instead, the true message comes as an attachment, which I have to open in
order to see the intended sent message. I'd like to know if there is any way
to determine programatically that a message is forwarded as such
 
Not that I'm aware of, but wouldn't that be pretty obvious when you open the
message and see the attached message item?


--
Aloha,

-Ben-
Ben M. Schorr, OneNote-MVP
Roland Schorr & Tower
http://www.rolandschorr.com
Microsoft OneNote FAQ: http://www.factplace.com/onenotefaq.htm

**I apologize but I am unable to respond to direct requests for assistance.
Please post questions and replies here in the newsgroup. Mahalo!
 
I tried that, but once I find such attachment, I cant access the attachment
within that attachment. I think Microsoft overlooked exposing methods for
attached messages. And attachment does not have an Attachments/Attachment
property, nor can they be converted to Message objects, even if they are
..msg or .eml attachments.
 
Hmmm...well you'd be better off posting this question in
microsoft.public.outlook.program_vba. One of the code experts in there may
have some better ideas for you.

Aloha,

-Ben-
Ben M. Schorr, OneNote-MVP
Roland Schorr & Tower
http://www.rolandschorr.com
Microsoft Outlook FAQ: http://www.factplace.com/outlook.htm

**I apologize but I am unable to respond to direct requests for assistance.
Please post questions and replies here in the newsgroup. Mahalo!
 
thanks


Ben M. Schorr - MVP said:
Hmmm...well you'd be better off posting this question in
microsoft.public.outlook.program_vba. One of the code experts in there may
have some better ideas for you.

Aloha,

-Ben-
Ben M. Schorr, OneNote-MVP
Roland Schorr & Tower
http://www.rolandschorr.com
Microsoft Outlook FAQ: http://www.factplace.com/outlook.htm

**I apologize but I am unable to respond to direct requests for assistance.
Please post questions and replies here in the newsgroup. Mahalo!
 
Back
Top