| IMailAlternatives Property |
Gets the list of alternative elements in this email message.
E.g.
MimeCalendar if message is an appointment invitation.
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax IMimeDataReadOnlyCollection Alternatives { get; }
ReadOnly Property Alternatives As IMimeDataReadOnlyCollection
Get
property IMimeDataReadOnlyCollection^ Alternatives {
IMimeDataReadOnlyCollection^ get ();
}
abstract Alternatives : IMimeDataReadOnlyCollection with get
Property Value
Type:
IMimeDataReadOnlyCollectionSee Also