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 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.