Dart.Mail Namespace : Attachment Class |
For a list of all members of this type, see Attachment members.
Name | Description | |
---|---|---|
![]() | Content | A reference to the attached file. When DecodeToMemory is false, decoded attachments are stored in this file. |
![]() | ContentDisposition | Gets or sets the ContentDisposition values associated with this part. (Inherited from Dart.Mail.Resource) |
![]() | ContentId | Links this resource to a root html part within a "multipart/related" part. (Inherited from Dart.Mail.Resource) |
![]() | ContentType | Gets or sets the "Content-Type" header field for the part. (Inherited from Dart.Mail.Part) |
![]() ![]() | DecodeToMemory | Gets or sets a value that specifies if a MemoryStream should be used for storing decoded content instead of Content. |
![]() ![]() | Directory | Designates the location to temporarily store decoded file attachments. |
![]() | FileName | Gets and sets ContentDisposition.FileName and ContentType.Name. |
![]() | Headers | Provides a Part.Headers instance that lists all unique header fields. (Inherited from Dart.Mail.Part) |
![]() | Length | Overridden. Returns the approximate Length of the encoded part. |
![]() | Tag | Gets or sets an object that stores any user data. (Inherited from Dart.Mail.Part) |
![]() | TransferEncoding | Gets or sets the TransferEncoding value ("content-transfer-encoding") associated with this part. (Inherited from Dart.Mail.Resource) |