EffectiveRightsType.ViewPrivateItems Property
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property ViewPrivateItems As Boolean
Get
Set
'Usage
Dim instance As EffectiveRightsType
Dim value As Boolean
value = instance.ViewPrivateItems
instance.ViewPrivateItems = value
public bool ViewPrivateItems { get; set; }
Property Value
Type: System.Boolean
Returns Boolean.
See Also