MailboxData Class
The MailboxData class represents an individual mailbox user and options for the type of data to be returned about the mailbox user.
Inheritance Hierarchy
System.Object
ExchangeWebServices.MailboxData
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class MailboxData
'Usage
Dim instance As MailboxData
[SerializableAttribute]
public class MailboxData
Remarks
This class is used by the MailboxDataArray property of the GetUserAvailabilityRequestType object.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also