ManagedFolderInformationType.MustDisplayComment Property
The MustDisplayComment property gets a value that indicates whether the managed folder comment must be displayed.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property MustDisplayComment As Boolean
Get
Set
'Usage
Dim instance As ManagedFolderInformationType
Dim value As Boolean
value = instance.MustDisplayComment
instance.MustDisplayComment = value
public bool MustDisplayComment { get; set; }
Property Value
Type: System.Boolean
The MustDisplayComment property returns true if the managed folder comment must be displayed; otherwise, the property returns false.
Remarks
This property is read-only because it is only returned in a response. The property setter in the property signature is an artifact of the proxy generator.
See Also