System
2.0.0.0
4.0.0.0
System.Object
The information in the class accompanies an e-mail message that contains attachments when the e-mail message is sent to its destination. The information in can be used by software that displays e-mail to present the e-mail attachments in the manner intended by the sender.
E-mail messages are created using instances of the class. Instances of the class are used to add attachments to e-mail messages. To modify the for an attachment, get the instance from the property.
Content to be displayed as part of the message body has the disposition type of . Content that is not displayed but is attached in a separate file has the disposition type of . Use the property to control the disposition type for the attachment associated with an instance of .
For file attachments, you can use the properties of the to set the file size, as well as the date the file was created, last read, and last modified. For all attachments, you can set a recommended file name in the event that the attachment is stored on the receiving computer.
The method returns the Content-Disposition header. The Content-Disposition header is described in RFC 2183 available at http://www.ietf.org.
Represents a MIME protocol Content-Disposition header.
Constructor
2.0.0.0
4.0.0.0
The instance returned by this constructor has the property set to .
Initializes a new instance of the class with a of .
Constructor
2.0.0.0
4.0.0.0
To be added.
Initializes a new instance of the class with the specified disposition information.
A value that contains the disposition.
Property
2.0.0.0
4.0.0.0
System.DateTime
To be added.
The property is used to send time stamp information with a file being sent in an e-mail message. This value sets the Creation-Date parameter in the Content-Disposition header sent with the email.
The class is used to compose an e-mail message. The class is used to attach a file to an e-mail message. To set , get the for the attachment from the property.
The Content-Disposition header is described in RFC 2183 available at http://www.ietf.org.
Gets or sets the creation date for a file attachment.
Property
2.0.0.0
4.0.0.0
System.String
To be added.
The property value can be used by software that displays e-mail to determine the correct way to present the e-mail attachments. attachments are usually displayed when the user opens the e-mail. attachments are usually not opened until the user performs some action, such as clicking an icon that represents the attachment.
The Content-Disposition header is described in RFC 2183 available at http://www.ietf.org.
Gets or sets the disposition type for an e-mail attachment.
Method
2.0.0.0
4.0.0.0
System.Boolean
To be added.
To be added.
Determines whether the content-disposition header of the specified object is equal to the content-disposition header of this object.
true if the content-disposition headers are the same; otherwise false.
Property
2.0.0.0
4.0.0.0
System.String
To be added.
The property allows the sender to suggest the name to be used to store an e-mail attachment on the recipient's computer. This name is a suggestion only; the receiving system can ignore it. The name must not include path information; any such information is ignored by the receiving computer.
To remove file name information, you can set this property to null or the empty string ("").
The Content-Disposition header is described in RFC 2183 available at http://www.ietf.org.
Gets or sets the suggested file name for an e-mail attachment.
Method
2.0.0.0
4.0.0.0
System.Int32
To be added.
Determines the hash code of the specified object
An integer hash value.
Property
2.0.0.0
4.0.0.0
System.Boolean
To be added.
The property sets the disposition type in the Content-Disposition header sent with the e-mail message. The disposition type can be used by software that displays e-mail to determine the correct way to present the e-mail attachments. Attachments with a disposition type of are usually displayed when the user opens the e-mail. Attachments with a disposition type of are usually not opened until the user performs some additional action, such as clicking an icon that represents the attachment.
The Content-Disposition header is described in RFC 2183 available at http://www.ietf.org.
Gets or sets a value that determines the disposition type (Inline or Attachment) for an e-mail attachment.
Property
2.0.0.0
4.0.0.0
System.DateTime
To be added.
The property is used to send time stamp information with a file being sent in an e-mail message. This value sets the Modification-Date parameter in the Content-Disposition header sent with the e-mail message.
The class is used to compose an e-mail message. The class is used to attach a file to an e-mail message. To set the property, get the for the attachment using the property.
The Content-Disposition header is described in RFC 2183 available at http://www.ietf.org.
Gets or sets the modification date for a file attachment.
Property
2.0.0.0
4.0.0.0
System.Collections.Specialized.StringDictionary
To be added.
Typically, the parameters are determined by the property values so you do not need to access them. If you need to add or change parameter information, modify the dictionary returned by the property.
The Content-Disposition header is described in RFC 2183, available at http://www.ietf.org.
Gets the parameters included in the Content-Disposition header represented by this instance.
Property
2.0.0.0
4.0.0.0
System.DateTime
To be added.
The property is used to send time stamp information with a file being sent in an e-mail message. This value sets the Read-Date parameter in the Content-Disposition header sent with the e-mail message.
The class is used to compose an e-mail message. The class is used to attach a file to an e-mail message. To set , get the for the attachment by using the property.
The Content-Disposition header is described in RFC 2183 available at http://www.ietf.org.
Gets or sets the read date for a file attachment.
Property
2.0.0.0
4.0.0.0
System.Int64
To be added.
The property is used to send time stamp information with a file being sent in an e-mail message. The class is used to compose the message. The class is used to attach a file to an e-mail message.
The Content-Disposition header is described in RFC 2183 available at http://www.ietf.org.
Gets or sets the size of a file attachment.
Method
2.0.0.0
4.0.0.0
System.String
The string returned by the method is the Content-Disposition header.
The Content-Disposition header is described in RFC 2183 available at http://www.ietf.org.
Returns a representation of this instance.
A that contains the property values for this instance.