SPMobileMessageBuilder.AddCustomProperties Method
Adds custom properties to the final message.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub AddCustomProperties ( _
properties As NameValueCollection _
)
'Usage
Dim instance As SPMobileMessageBuilder
Dim properties As NameValueCollection
instance.AddCustomProperties(properties)
public void AddCustomProperties(
NameValueCollection properties
)
Parameters
properties
Type: System.Collections.Specialized.NameValueCollectionThe custom properties.
Remarks
You can use this method if the service provider supports extra message properties that are not explicitly represented in the messaging protocol, such as Office Mobile Service (OMS), that is being used.