- SMTP properties of the message: Subject, From, ...
- MIME properties of each bodyparts: FileName and IsMIMEEncoded
inmsg.BodyPart.PartProperties.Write("FileName", "http://schemas.microsoft.com/BizTalk/2003/mime-properties", "file.html");
inmsg.BodyPart.PartProperties.Write("IsMIMEEncoded", "http://schemas.microsoft.com/BizTalk/2003/mime-properties", false);
No comments:
Post a Comment