Property IsMultipart
IsMultipart
Determines whether the entity is a multipart entity. Inherited from MimeEntity.
Declaration
public bool IsMultipart { get; }
Property Value
Type | Description |
---|---|
Boolean | True if the entity is a multipart entity; false otherwise. |