ManagedFolderInformationType.MustDisplayCommentSpecified Property
The MustDisplayCommentSpecified property gets a value that specifies whether the MustDisplayComment property was serialized into the SOAP response.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property MustDisplayCommentSpecified As Boolean
Get
Set
'Usage
Dim instance As ManagedFolderInformationType
Dim value As Boolean
value = instance.MustDisplayCommentSpecified
instance.MustDisplayCommentSpecified = value
public bool MustDisplayCommentSpecified { get; set; }
Property Value
Type: System.Boolean
The MustDisplayCommentSpecified property returns true if the MustDisplayComment property was serialized into the SOAP response; otherwise, the property returns false.
See Also