class Attachment

Represents an email attachment.


Base class:

This type does not have any base class

Implemented interfaces:

IMailAttachment

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

Attachment ()


Properties

Byte[] Content { get; set; }


Int64 ContentSize { get; }


String FileName { get; set; }


String FilePath { get; set; }