次の方法で共有


EmailMailboxMoveFolderRequest.NewFolderName プロパティ

定義

移動するファイルの新しいフォルダー名を取得します。

public:
 property Platform::String ^ NewFolderName { Platform::String ^ get(); };
winrt::hstring NewFolderName();
public string NewFolderName { get; }
var string = emailMailboxMoveFolderRequest.newFolderName;
Public ReadOnly Property NewFolderName As String

プロパティ値

String

Platform::String

winrt::hstring

新しいフォルダー名。 フォルダーの名前を変更するには、現在の親フォルダーへの移動を要求しますが、新しい名前を付けます。

Windows の要件

アプリの機能
email emailSystem

適用対象