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 | |
---|---|---|
ToastMessage(String) | Initializes the toast with the given message. | |
ToastMessage(ContentType, array<Byte>[]()[][]) | Initializes the toast message with given content type and body. |
Top
Properties
Name | Description | |
---|---|---|
ContentType | Gets the content type. | |
HasTextMessage | Gets the flag that indicates if the toast message contains plain text. | |
Message | Gets the text message, if the content type indicates text message and encoding is supported locally. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBody | ||
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top