EmailMailbox.IsDataEncryptedUnderLock Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a Boolean value that indicates if email data is encrypted when the device is locked.
public:
property bool IsDataEncryptedUnderLock { bool get(); };
bool IsDataEncryptedUnderLock();
public bool IsDataEncryptedUnderLock { get; }
var boolean = emailMailbox.isDataEncryptedUnderLock;
Public ReadOnly Property IsDataEncryptedUnderLock As Boolean
Property Value
Boolean
bool
Boolean value that indicates if email data is encrypted when the device is locked.
Windows requirements
App capabilities |
email
emailSystem
|