LumiSoft Net Help
Attachments Property
NamespacesLumiSoft.Net.MimeMimeAttachments
Gets attachment entities. Entity is considered as attachmnet if:

*) Content-Disposition: attachment (RFC 2822 message)

*) Content-Disposition: filename = "" is specified (RFC 2822 message)

*) Content-Type: name = "" is specified (old RFC 822 message)

Declaration Syntax
C#Visual BasicVisual C++F#
public MimeEntity[] Attachments { get; }
Public ReadOnly Property Attachments As MimeEntity()
	Get
public:
property array<MimeEntity^>^ Attachments {
	array<MimeEntity^>^ get ();
}
member Attachments : MimeEntity[] with get
Property Value
array<MimeEntity>[]()[][]

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119