SPMobileMessageServiceProvider.SmsSenderInfo.XmlTag Field
Defines the name of the Outlook Message Service (OMS) XML element that the SPMobileMessageServiceProvider.SmsSenderInfo class represents.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Const XmlTag As String
'Usage
Dim value As String
value = SPMobileMessageServiceProvider.SmsSenderInfo.XmlTag
public const string XmlTag
Remarks
The value of the constant is “SMS_SENDER”; but if the OMS XML schema changes, the value of this constant could change in a service release or future version of SharePoint Foundation.
See Also
Reference
SPMobileMessageServiceProvider.SmsSenderInfo Class