MailMessage.Attachments Property
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 8.0.9673)
Attachments
Gets the collection of attachments of this message.
Declaration
public AttachmentCollection Attachments { get; }
Property Value
| Type | Description |
|---|---|
| AttachmentCollection | A collection of attachments of this message. |