Condividi tramite


EmailFolder.RemoteId Proprietà

Definizione

Ottiene o imposta l'ID remoto della cartella corrispondente nel server.

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

Valore della proprietà

String

Platform::String

winrt::hstring

ID remoto della cartella corrispondente nel server.

Requisiti Windows

Funzionalità dell'app
email emailSystem

Si applica a