SPMobileMessage.SourceType Property

Gets or sets the source type of the message.

Namespace:  Microsoft.SharePoint.MobileMessage
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property SourceType As String
    Get
    Set
'Usage
Dim instance As SPMobileMessage
Dim value As String

value = instance.SourceType

instance.SourceType = value
public string SourceType { get; set; }

Property Value

Type: System.String
The source type.

Remarks

When used for Office Mobile Service (OMS) messages, the possible values are the same as for the OMS sourceType element. For example, an Outlook reminder or an Outlook rule. For more information, see Outlook 2007 Mobile Service Guidelines (Part 3 of 3).

See Also

Reference

SPMobileMessage Class

SPMobileMessage Members

Microsoft.SharePoint.MobileMessage Namespace