EmailMailbox.IsOwnedByCurrentApp Property

Definition

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

Applies to