MailUser.WhenMailboxCreated Property
Gets the date and time when the mailbox for this mail user was created.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property WhenMailboxCreated As Nullable(Of DateTime)
Get
'Usage
Dim instance As MailUser
Dim value As Nullable(Of DateTime)
value = instance.WhenMailboxCreated
public Nullable<DateTime> WhenMailboxCreated { get; }
Property Value
Type: System.Nullable<DateTime>
The date and time when the mailbox for this mail user was created.
See Also