다음을 통해 공유


EmailMailbox.IsDataEncryptedUnderLock 속성

정의

디바이스가 잠겨 있을 때 전자 메일 데이터가 암호화되는지 여부를 나타내는 부울 값을 가져옵니다.

public:
 property bool IsDataEncryptedUnderLock { bool get(); };
bool IsDataEncryptedUnderLock();
public bool IsDataEncryptedUnderLock { get; }
var boolean = emailMailbox.isDataEncryptedUnderLock;
Public ReadOnly Property IsDataEncryptedUnderLock As Boolean

속성 값

Boolean

bool

디바이스가 잠겨 있을 때 전자 메일 데이터가 암호화되는지 여부를 나타내는 부울 값입니다.

Windows 요구 사항

앱 기능
email emailSystem

적용 대상