Attachment Properties

Include Protected Members
Include Inherited Members

The Attachment type exposes the following members.

Properties

  Name Description
Public property AttachmentType The AttachmentType property gets or sets a valid AttachmentType value that specifies whether the attachment is inline with the message contents or a regular attachment.
Public property ContentType The ContentType property gets a value that specifies the Multipurpose Internet Mail Extensions (MIME) content type of the attachment.
Public property EmbeddedMessage The EmbeddedMessage property gets or sets a value that specifies the EmailMessage embedded in the attachment.
Public property FileName The FileName property gets or sets the file name for the attachment.
Public property IsOleAttachment The IsOleAttachment property gets a value that indicates whether the attachment is an OLE object.
Public property MimePart The MimePart property gets the MimePart for the attachment.

Top