Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Represents some or all of the main content of a Short Message Service (SMS) message in contrast to the user information and header parts of an SMS message.
The SPMobileMessageContentPart type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPMobileMessageContentPart(String, String, String) | Initializes a new instance of the SPMobileMessageContentPart class that has the specified MIME type, ID, and location. |
![]() |
SPMobileMessageContentPart(String, String, String, Stream) | Initializes a new instance of the SPMobileMessageContentPart class that has the specified MIME type, ID, location, and content. |
![]() |
SPMobileMessageContentPart(String, String, String, String) | Initializes a new instance of the SPMobileMessageContentPart class that has the specified MIME type, ID, location, and content. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Content | Gets or sets the content of the content part, encoded in accordance with the MIME type of the content part. |
![]() |
Id | Gets or sets the ID of the content part. |
![]() |
Location | This member is reserved for internal use and is not intended to be used directly from your code. |
![]() |
MimeType | Gets or sets the MIME type of the content part. |
![]() |
Size | Gets or sets the size of the content part in bytes. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
BuildXml | Creates the Office Mobile Service (OMS) content element for the content part. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top