Gets the list of all attachments in this email message. It contains Attachment and Inline attachments.

Namespace: Limilabs.Mail
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
IMimeDataReadOnlyCollection Attachments { get; }
Visual Basic
ReadOnly Property Attachments As IMimeDataReadOnlyCollection
	Get
Visual C++
property IMimeDataReadOnlyCollection^ Attachments {
	IMimeDataReadOnlyCollection^ get ();
}

See Also