MimeMessage.IsMultipart Property
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9313)
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.  |