EffectiveRightsType.CreateContents Property
The CreateContents property gets or sets a Boolean value that indicates whether the client can create a contents table.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property CreateContents As Boolean
Get
Set
'Usage
Dim instance As EffectiveRightsType
Dim value As Boolean
value = instance.CreateContents
instance.CreateContents = value
public bool CreateContents { get; set; }
Property Value
Type: System.Boolean
The CreateContents property returns true if the client can create a contents table; otherwise, the property returns false.
Remarks
The CreateContents property is only used on folder objects.
See Also