LumiSoft Mail Server User API
Attachments Property
Namespaces > LumiSoft.Net.Mime > Mime > Attachments
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)

Syntax
C#Visual BasicManaged C++
public MimeEntity[] Attachments { get; }
Public ReadOnly Property Attachments As MimeEntity()
public:
array<MimeEntity^>^ Attachments {
	array<MimeEntity^>^ get ();
}

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)