SmsMessage Members
3/29/2010
Represents a Short Message Service (SMS) message.
The following tables list the members exposed by the SmsMessage type.
Public Constructors
Name | Description | |
---|---|---|
SmsMessage | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
Body | Gets the SMS message’s text body. | |
From | Gets the Recipient who sent the message. (inherited from Message) | |
ItemId | Gets the the message’s Item ID. (inherited from Message) | |
LastModified | Gets the date the message was sent. (inherited from Message) | |
Read | Gets or sets the read state of the message. (inherited from Message) | |
Received | Gets the date that the message was received. (inherited from Message) | |
RequestDeliveryReport | Gets and sets a value indicating whether a delivery report is requested. true if requested; otherwise false. | |
To | Gets the collection of recipients for the SMS message. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
Send | Sends the SMS message. | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Message) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
SmsMessage Class
Microsoft.WindowsMobile.PocketOutlook Namespace