LumiSoft Mail Server User API
BodyStructure Property
Namespaces > LumiSoft.Net.IMAP.Client > IMAP_FetchItem > BodyStructure
Gets message IMAP BODYSTRUCTURE. This property is available only if IMAP_FetchItem_Flags.BodyStructure was specified, otherwise throws exception.
Syntax
C#Visual BasicManaged C++
public IMAP_BODY BodyStructure { get; }
Public ReadOnly Property BodyStructure As IMAP_BODY
public:
IMAP_BODY^ BodyStructure {
	IMAP_BODY^ get ();
}

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