Share via


DeviceAccountConfiguration.IncomingServerRequiresSsl 속성

정의

들어오는 전자 메일 서버에 연결할 때 SSL(Secure Sockets Layer)을 사용해야 하는지 여부를 나타내는 부울 값을 가져오거나 설정합니다.

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

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

속성 값

Boolean

bool

들어오는 전자 메일 서버에 연결할 때 SSL(Secure Sockets Layer)을 사용해야 하는지 여부를 나타내는 부울 값입니다.

적용 대상