EmailMailbox.TryMoveFolderAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
TryMoveFolderAsync(String, String) |
Tente de manière asynchrone de déplacer le dossier d’e-mail spécifié. |
TryMoveFolderAsync(String, String, String) |
Tente de manière asynchrone de déplacer le dossier d’e-mail spécifié et de le renommer dans le processus. |
TryMoveFolderAsync(String, String)
Tente de manière asynchrone de déplacer le dossier d’e-mail spécifié.
public:
virtual IAsyncOperation<bool> ^ TryMoveFolderAsync(Platform::String ^ folderId, Platform::String ^ newParentFolderId) = TryMoveFolderAsync;
/// [Windows.Foundation.Metadata.Overload("TryMoveFolderAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryMoveFolderAsync(winrt::hstring const& folderId, winrt::hstring const& newParentFolderId);
[Windows.Foundation.Metadata.Overload("TryMoveFolderAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryMoveFolderAsync(string folderId, string newParentFolderId);
function tryMoveFolderAsync(folderId, newParentFolderId)
Public Function TryMoveFolderAsync (folderId As String, newParentFolderId As String) As IAsyncOperation(Of Boolean)
Paramètres
- folderId
-
String
Platform::String
winrt::hstring
Dossier à déplacer.
- newParentFolderId
-
String
Platform::String
winrt::hstring
Nouveau parent pour le dossier spécifié dans le paramètre folderId .
Retours
Valeur booléenne indiquant si le déplacement a réussi.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
email
emailSystem
|
Voir aussi
S’applique à
TryMoveFolderAsync(String, String, String)
Tente de manière asynchrone de déplacer le dossier d’e-mail spécifié et de le renommer dans le processus.
public:
virtual IAsyncOperation<bool> ^ TryMoveFolderAsync(Platform::String ^ folderId, Platform::String ^ newParentFolderId, Platform::String ^ newFolderName) = TryMoveFolderAsync;
/// [Windows.Foundation.Metadata.Overload("TryMoveFolderWithNewNameAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryMoveFolderAsync(winrt::hstring const& folderId, winrt::hstring const& newParentFolderId, winrt::hstring const& newFolderName);
[Windows.Foundation.Metadata.Overload("TryMoveFolderWithNewNameAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryMoveFolderAsync(string folderId, string newParentFolderId, string newFolderName);
function tryMoveFolderAsync(folderId, newParentFolderId, newFolderName)
Public Function TryMoveFolderAsync (folderId As String, newParentFolderId As String, newFolderName As String) As IAsyncOperation(Of Boolean)
Paramètres
- folderId
-
String
Platform::String
winrt::hstring
Dossier à déplacer.
- newParentFolderId
-
String
Platform::String
winrt::hstring
Nouveau parent pour le dossier spécifié dans le paramètre folderId .
- newFolderName
-
String
Platform::String
winrt::hstring
Nom du dossier dans le nouvel emplacement.
Retours
Valeur booléenne indiquant si le déplacement a réussi.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
email
emailSystem
|