MailMessage.Attachments Property
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
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. |