SPMobileMessageWebService.BatchSendMessages Method
SharePoint 2010
Sends the specified package of messages.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public List<SPMobileMessageDeliveryReport> BatchSendMessages(
SPMobileMessageBatchPackage package
)
Parameters
- package
- Type: Microsoft.SharePoint.MobileMessage.SPMobileMessageBatchPackage
The package of messages.
Return Value
Type: System.Collections.Generic.List<SPMobileMessageDeliveryReport>An object that contains reports about the delivery success or failure of each of the messages in the package.
BatchSendMessages(SPMobileMessageBatchPackage) creates a proxy for the Web service and invokes the Office Mobile Service (OMS)-defined DeliverXmsBatch Web method.