FolderId.FolderName Property

Definition

Gets the name of the folder that is associated with the folder ID.

public:
 property Nullable<Microsoft::Exchange::WebServices::Data::WellKnownFolderName> FolderName { Nullable<Microsoft::Exchange::WebServices::Data::WellKnownFolderName> get(); };
public Nullable<Microsoft.Exchange.WebServices.Data.WellKnownFolderName> FolderName { get; }
Public ReadOnly Property FolderName As Nullable(Of WellKnownFolderName)

Property Value

A nullable well-known folder name that is associated with the folder ID.

Remarks

The well-known folder name and the folder ID are mutually exclusive; if one is set, the other is a null reference (Nothing in Visual Basic).

Applies to