SPMobileMessageBuilder Constructor
Helps initialize a new instance of a class derived from SPMobileMessageBuilder.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
message As SPMobileMessage _
)
'Usage
Dim message As SPMobileMessage
Dim instance As New SPMobileMessageBuilder(message)
public SPMobileMessageBuilder(
SPMobileMessage message
)
Parameters
message
Type: Microsoft.SharePoint.MobileMessage.SPMobileMessageThe message to be sent.
Remarks
You can call the constructor of an abstract class by using the base keyword in the constructor of a derived class.