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


DeviceAccountConfiguration.IsOutgoingServerAuthenticationRequired Свойство

Определение

Возвращает или задает логическое значение, указывающее, требуется ли проверка подлинности на сервере исходящей почты.

public:
 property bool IsOutgoingServerAuthenticationRequired { bool get(); void set(bool value); };
bool IsOutgoingServerAuthenticationRequired();

void IsOutgoingServerAuthenticationRequired(bool value);
public bool IsOutgoingServerAuthenticationRequired { get; set; }
var boolean = deviceAccountConfiguration.isOutgoingServerAuthenticationRequired;
deviceAccountConfiguration.isOutgoingServerAuthenticationRequired = boolean;
Public Property IsOutgoingServerAuthenticationRequired As Boolean

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

Boolean

bool

Логическое значение, указывающее, требуется ли проверка подлинности на сервере исходящей почты.

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

Семейство устройств
Windows 10 Anniversary Edition (появилось в 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (появилось в v3.0)
Возможности приложения
userDataAccountsProvider

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