Share via


EmailFolder.RemoteId Propriété

Définition

Obtient ou définit l’ID distant du dossier correspondant sur le serveur.

public:
 property Platform::String ^ RemoteId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring RemoteId();

void RemoteId(winrt::hstring value);
public string RemoteId { get; set; }
var string = emailFolder.remoteId;
emailFolder.remoteId = string;
Public Property RemoteId As String

Valeur de propriété

String

Platform::String

winrt::hstring

ID distant du dossier correspondant sur le serveur.

Configuration requise pour Windows

Fonctionnalités de l’application
email emailSystem

S’applique à