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 value to control whether the BeginSendInstantMessage operation will wait for delivery notifications before completion.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property WaitingForDeliveryNotificationDisabled As Boolean
Get
Set
'Usage
Dim instance As InstantMessagingFlowTemplate
Dim value As Boolean
value = instance.WaitingForDeliveryNotificationDisabled
instance.WaitingForDeliveryNotificationDisabled = value
public bool WaitingForDeliveryNotificationDisabled { get; set; }
Property Value
Type: System.Boolean
See Also
Reference
InstantMessagingFlowTemplate Class