MailboxCalendarConfiguration.RemindersEnabled property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Property RemindersEnabled As Boolean
Get
Set
'Usage
Dim instance As MailboxCalendarConfiguration
Dim value As Boolean
value = instance.RemindersEnabled
instance.RemindersEnabled = value
public bool RemindersEnabled { get; set; }
Property value
Type: System.Boolean
See also
Reference
MailboxCalendarConfiguration class