Condividi tramite


EmailMessage.RemoteId Proprietà

Definizione

Ottiene o imposta l'identificatore che può essere usato da un provider di servizi per accedere al messaggio di posta elettronica nel computer client.

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 = emailMessage.remoteId;
emailMessage.remoteId = string;
Public Property RemoteId As String

Valore della proprietà

String

Platform::String

winrt::hstring

Identificatore che può essere usato da un provider di servizi per accedere al messaggio di posta elettronica nel computer client.

Requisiti Windows

Funzionalità dell'app
email emailSystem

Si applica a