MailMessageAlternateViews Property |
Gets the collection of alternate views of message
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public virtual AlternateViewCollection AlternateViews { get; }
Public Overridable ReadOnly Property AlternateViews As AlternateViewCollection
Get
public:
virtual property AlternateViewCollection^ AlternateViews {
AlternateViewCollection^ get ();
}
abstract AlternateViews : AlternateViewCollection with get
override AlternateViews : AlternateViewCollection with get
Property Value
Type:
AlternateViewCollectionSee Also