| Filename |
String |
Filename of the message part (e.g. "Image.gif"). This is the Filename of the message part as it will appear in the MMS Message received on the phone. Do not include a file path. |
| ContentType |
String |
(Optional) Content type of the MMS Message Part (e.g. "image/gif"). If not supplied the Content Type will be determined based on the file extension given in Filename property. |
| Text |
String |
(Optional) Text content of a Text Message Part |
| SourceFilename |
String |
(Optional) Full path and filename of the file that contains the content of the MMS Message Part (e.g. "C:\Image.gif") |
| SourceStream |
Stream |
(Optional) An open stream that contains the content for the Message Part. NOTE: Caller is responsible for closing the stream after the call to SendMMSMessage. |