UMMailbox.MissedCallNotificationEnabled property
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property MissedCallNotificationEnabled As Boolean
Get
Set
'Usage
Dim instance As UMMailbox
Dim value As Boolean
value = instance.MissedCallNotificationEnabled
instance.MissedCallNotificationEnabled = value
public bool MissedCallNotificationEnabled { get; set; }
Property value
Type: System.Boolean