AttachmentBase Class |
Namespace: Aspose.Email
The AttachmentBase type exposes the following members.
Name | Description | |
---|---|---|
![]() | AttachmentBase |
Initializes a new instance of the AttachmentBase class.
|
![]() | AttachmentBase(Stream) |
Initializes a new instance of the AttachmentBase class.
|
![]() | AttachmentBase(String) |
Initializes a new instance of the AttachmentBase class.
|
![]() | AttachmentBase(Stream, ContentType) |
Initializes a new instance of the AttachmentBase class.
|
![]() | AttachmentBase(Stream, String) |
Initializes a new instance of the AttachmentBase class.
|
![]() | AttachmentBase(String, ContentType) |
Initializes a new instance of the AttachmentBase class.
|
![]() | AttachmentBase(String, String) |
Initializes a new instance of the AttachmentBase class.
|
![]() | AttachmentBase(Stream, String, String) |
Initializes a new instance of the AttachmentBase class.
|
Name | Description | |
---|---|---|
![]() | ContentId |
Gets or sets the content id.
|
![]() | ContentStream |
Gets or sets the content stream.
|
![]() | ContentType |
Gets or sets the type of the content.
|
![]() | Headers |
Gets headers collection of attachment.
|
![]() | TransferEncoding |
Gets or sets the transfer encoding.
|
Name | Description | |
---|---|---|
![]() | Dispose |
Performs application-defined tasks associated with freeing,
releasing, or resetting unmanaged resources.
|
![]() | Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GenerateContentId |
Generates the content id value.
|
![]() ![]() | GetEncodingFromContent |
Defines Encoding from content.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Save(Stream) |
Saves the specified stream.
|
![]() | Save(String) |
Saves the specified file name.
|
![]() | SetContentFromString |
Sets the content from string.
|
![]() | ToString | (Inherited from Object.) |