LumiSoft Mail Server User API
Attachmnets Property
Namespaces > LumiSoft.Net.IMAP > IMAP_BODY > Attachmnets
Gets attachment entities. Entity is considered as attachmnet if:

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

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

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