Share via


ReducedRecipient.WhenMailboxCreated property

Gets the date and time when the mailbox of the recipient 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 ReducedRecipient
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 of the recipient was created.

See also

Reference

ReducedRecipient class

ReducedRecipient members

Microsoft.Exchange.Data.Directory.Management namespace