MailGatewayAttachment is defined in the Telligent.Evolution.Extensibility.Email.Gateway.Version2 namespace of Telligent.Evolution.Platform.dll
Definition
class MailGatewayAttachment
{
string ContentId { get; set; }
Int64 ContentLength { get; set; }
Stream ContentStream { get; set; }
string ContentType { get; set; }
string FileName { get; set; }
bool IsInline { get; set; }
}
Properties
| Name | Type | Description | Default | Options |
|---|---|---|---|---|
| ContentId | string | |||
| ContentLength | Int64 | |||
| ContentStream | Stream | |||
| ContentType | string | |||
| FileName | string | |||
| IsInline | bool |