EmailMailbox.IsOwnedByCurrentApp 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 this mailbox is owned by the current app.
public:
property bool IsOwnedByCurrentApp { bool get(); };
bool IsOwnedByCurrentApp();
public bool IsOwnedByCurrentApp { get; }
var boolean = emailMailbox.isOwnedByCurrentApp;
Public ReadOnly Property IsOwnedByCurrentApp As Boolean
Property Value
Boolean
bool
Boolean value that indicates if this mailbox is owned by the current app.
Windows requirements
App capabilities |
email
emailSystem
|