Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the UTC time that the message should be sent.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ScheduledSendingTime As DateTime
Get
Set
'Usage
Dim instance As SPMobileMessageBuilder
Dim value As DateTime
value = instance.ScheduledSendingTime
instance.ScheduledSendingTime = value
public DateTime ScheduledSendingTime { get; set; }
Property Value
Type: System.DateTime
The scheduled time the message is to be sent.