SPMobileMessage.ScheduledSendingTime Property
Gets or sets the time the message should be sent in UTC.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ScheduledSendingTime As String
Get
Set
'Usage
Dim instance As SPMobileMessage
Dim value As String
value = instance.ScheduledSendingTime
instance.ScheduledSendingTime = value
public string ScheduledSendingTime { get; set; }
Property Value
Type: System.String
The scheduled time for sending the message.
Remarks
When used for Office Mobile Service (OMS) messages, the format is an ISO8601 DateTime: YYYY-MM-DDThh:mm:ssZ.