SPMobileMessage.Subject Property
Gets or sets the subject of a Multimedia Message Service (MMS) message.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Subject As String
Get
Set
'Usage
Dim instance As SPMobileMessage
Dim value As String
value = instance.Subject
instance.Subject = value
public string Subject { get; set; }
Property Value
Type: System.String
The subject of the message.