Share via


DelegateUserType.ViewPrivateItemsSpecified Property

The ViewPrivateItemsSpecified property gets or sets a Boolean value that indicates whether the ViewPrivateItems property is serialized into the SOAP message. This property is required if the ViewPrivateItems property is specified.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property ViewPrivateItemsSpecified As Boolean
    Get
    Set
'Usage
Dim instance As DelegateUserType
Dim value As Boolean

value = instance.ViewPrivateItemsSpecified

instance.ViewPrivateItemsSpecified = value
public bool ViewPrivateItemsSpecified { get; set; }

Property Value

Type: System.Boolean
The ViewPrivateItemsSpecified property returns true if the ViewPrivateItems property is serialized into the SOAP message; otherwise, the property returns false.