ToastMessage Members

Represents the toast message that can be sent along with an instant messaging invitation.

The ToastMessage type exposes the following members.

Constructors

  Name Description
Public method ToastMessage(String) Initializes the toast with the given message.
Public method ToastMessage(ContentType, array<Byte>[]()[][]) Initializes the toast message with given content type and body.

Top

Properties

  Name Description
Public property ContentType Gets the content type.
Public property HasTextMessage Gets the flag that indicates if the toast message contains plain text.
Public property Message Gets the text message, if the content type indicates text message and encoding is supported locally.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBody
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

ToastMessage Class

Microsoft.Rtc.Collaboration Namespace