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