interface IMailAttachment

Represents an email attachment.


Implemented interfaces:

This type does not implements any interface.

Derived types:

Attachment

Properties

Byte[] Content { get; set; }

The content of the attachment file


Int64 ContentSize { get; }

The size of the attachment file


String FileName { get; set; }

The name of the attachment file


String FilePath { get; set; }

The path of the attachment file