Determines whether the entity is a multipart entity.

Namespace:  Rebex.Mime
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public ReadOnly Property IsMultipart As Boolean
	Get
C#
public bool IsMultipart { get; }

Field Value

True if the entity is a multipart entity; false otherwise.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also