Represents the structure of the email stored on the IMAP server. Here you'll find informations about Attachments, plain text and Html message parts.

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

Syntax

C#
public BodyStructure BodyStructure { get; private set; }
Visual Basic
Public Property BodyStructure As BodyStructure
	Get
	Private Set
Visual C++
public:
property BodyStructure^ BodyStructure {
	BodyStructure^ get ();
	private: void set (BodyStructure^ value);
}

See Also