All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
EmailAttachment2 Class Reference

EmailAttachment2 class More...

Public Member Functions

 EmailAttachment2 ()
 Initializes a new instance of the EmailAttachment2 class. More...
 

Properties

byte[] Data [get, set]
 Gets or sets the data. More...
 
string MimeType [get, set]
 Gets or sets the type of the MIME. More...
 
string Name [get, set]
 Gets or sets the name of the attachment. More...
 

Description

EmailAttachment2 class

See also
System.Runtime.Serialization.IExtensibleDataObject

Constructor & Destructor Documentation

Initializes a new instance of the EmailAttachment2 class.

Property Documentation

byte [] Data
getset

Gets or sets the data.

The attachment binary data.

string MimeType
getset

Gets or sets the type of the MIME.

The File extension of the attachment.

string Name
getset

Gets or sets the name of the attachment.

Name of the attachment.