MsgAttachment Class
Namespace: Rebex.Mail
Assembly: Rebex.Msg.dll (version 7.0.9083)
Represents an Outlook .MSG attachment.
Syntax
public class MsgAttachment
Inherited Members
Properties
Name | Description |
---|---|
Data | Gets the data of the attachment (only if data are stored as byte array). |
DisplayName | Gets display name of the attachment. |
FileName | Gets file name of the attachment. |
IsEmbeddedMessage | Gets a value indicating whether the attachment is an embedded Outlook .MSG mail message. |
Properties | Gets a collection of properties of the attachment. |
Methods
Name | Description |
---|---|
Save(Stream) | Saves the attachment to the supplied stream. |
Save(String) | Saves the attachment to a file. |
ToMessage() | Converts attachment data into a new MsgMessage instance. |