[C#] Problems with Attachment PathNames

Joined
Oct 5, 2005
Messages
1
Reaction score
0
I'm implementing a filter that check the content of a outgoing e-mail and i need to know the full path name of an attached file.
When i try to get the pathname using Attachment.PathName, i always get an empty string.
How can i do?
Can i switch the MailItem to another type? using MAPI, CDO?
Regards.
 
Back
Top