AlternateView Class |
Namespace: Aspose.Email
The AlternateView type exposes the following members.
Name | Description | |
---|---|---|
![]() | AlternateView(Stream) |
Initializes a new instance of the AlternateView class.
|
![]() | AlternateView(String) |
Initializes a new instance of the AlternateView class.
|
![]() | AlternateView(Stream, ContentType) |
Initializes a new instance of the AlternateView class.
|
![]() | AlternateView(Stream, String) |
Initializes a new instance of the AlternateView class.
|
![]() | AlternateView(String, ContentType) |
Initializes a new instance of the AlternateView class.
|
![]() | AlternateView(String, String) |
Initializes a new instance of the AlternateView class.
|
Name | Description | |
---|---|---|
![]() | BaseUri |
Gets or sets the base URI.
|
![]() | ContentId |
Gets or sets the content id.
(Inherited from AttachmentBase.) |
![]() | ContentStream |
Gets or sets the content stream.
(Inherited from AttachmentBase.) |
![]() | ContentType |
Gets or sets the type of the content.
(Inherited from AttachmentBase.) |
![]() | Headers |
Gets headers collection of attachment.
(Inherited from AttachmentBase.) |
![]() | LinkedResources |
Gets the set of embedded resources referred to by this alternate view.
|
![]() | TransferEncoding |
Gets or sets the transfer encoding.
(Inherited from AttachmentBase.) |
Name | Description | |
---|---|---|
![]() ![]() | CreateAlternateViewFromString(String) |
Creates a AlternateView of using
the content specified in a string.
|
![]() ![]() | CreateAlternateViewFromString(String, ContentType) |
Creates a AlternateView of using
the content specified in a string.
|
![]() ![]() | CreateAlternateViewFromString(String, ContentType, TransferEncoding) |
Creates a AlternateView of using
the content specified in a string.
|
![]() ![]() | CreateAlternateViewFromString(String, Encoding, String) |
Creates a AlternateView of using
the content specified in a string.
|
![]() | Dispose |
Performs application-defined tasks associated with freeing,
releasing, or resetting unmanaged resources.
(Inherited from AttachmentBase.) |
![]() | Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources.
(Overrides AttachmentBaseDispose(Boolean).) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GenerateContentId |
Generates the content id value.
(Inherited from AttachmentBase.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Save(Stream) |
Saves the specified stream.
(Inherited from AttachmentBase.) |
![]() | Save(String) |
Saves the specified file name.
(Inherited from AttachmentBase.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |