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