Contains information about email's attachments. You can use GetMimePart(Int64, MimeStructure) or GetMimePartByUID(Int64, MimeStructure) to get the part's content.

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

Syntax

C#
public List<MimeStructure> Attachments { get; private set; }
Visual Basic
Public Property Attachments As List(Of MimeStructure)
	Get
	Private Set
Visual C++
public:
property List<MimeStructure^>^ Attachments {
	List<MimeStructure^>^ get ();
	private: void set (List<MimeStructure^>^ value);
}

See Also