SPMobileMessageBuilder.SourceType Property
Sets the source type of the message, such as whether it is an Outlook reminder message.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public WriteOnly Property SourceType As String
Set
'Usage
Dim instance As SPMobileMessageBuilder
Dim value As String
instance.SourceType = value
public string SourceType { set; }
Property Value
Type: System.String
The type of message.
Remarks
This write-only property is provided as a convenience. Its value is always the same as the value of the SourceType property of the underlying message. You can read the value by calling the SourceType property of the object returned by the Message property.