ExCalendar.MinSupportedDateTime Property
Namespace: Microsoft.Exchange.ExchangeSystem
Assembly: Microsoft.Exchange.Net (in Microsoft.Exchange.Net.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public ReadOnly Property MinSupportedDateTime As ExDateTime
Get
'Usage
Dim instance As ExCalendar
Dim value As ExDateTime
value = instance.MinSupportedDateTime
[ComVisibleAttribute(false)]
public ExDateTime MinSupportedDateTime { get; }