Partager via


ManagedFolderInformationType.Comment Property

The Comment property gets a comment that is associated with a managed folder.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property Comment As String
    Get
    Set
'Usage
Dim instance As ManagedFolderInformationType
Dim value As String

value = instance.Comment

instance.Comment = value
public string Comment { get; set; }

Property Value

Type: System.String
The Comment property returns a string that represents a comment that is associated with a managed folder.

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.