Поделиться через


EmailMessage.SentRepresenting Свойство

Определение

Возвращает или задает объект , определяющий имя и адрес пользователя, отправляющего сообщение.

public:
 property EmailRecipient ^ SentRepresenting { EmailRecipient ^ get(); void set(EmailRecipient ^ value); };
EmailRecipient SentRepresenting();

void SentRepresenting(EmailRecipient value);
public EmailRecipient SentRepresenting { get; set; }
var emailRecipient = emailMessage.sentRepresenting;
emailMessage.sentRepresenting = emailRecipient;
Public Property SentRepresenting As EmailRecipient

Значение свойства

Объект , определяющий имя и адрес пользователя, отправляющего сообщение.

Требования к Windows

Семейство устройств
Windows 10 Creators Update (появилось в 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (появилось в v4.0)
Возможности приложения
email emailSystem

Применяется к