EmailMailbox.OtherAppReadAccess Property

Definition

Gets or sets the read access level to this mailbox for other apps.

public:
 property EmailMailboxOtherAppReadAccess OtherAppReadAccess { EmailMailboxOtherAppReadAccess get(); void set(EmailMailboxOtherAppReadAccess value); };
EmailMailboxOtherAppReadAccess OtherAppReadAccess();

void OtherAppReadAccess(EmailMailboxOtherAppReadAccess value);
public EmailMailboxOtherAppReadAccess OtherAppReadAccess { get; set; }
var emailMailboxOtherAppReadAccess = emailMailbox.otherAppReadAccess;
emailMailbox.otherAppReadAccess = emailMailboxOtherAppReadAccess;
Public Property OtherAppReadAccess As EmailMailboxOtherAppReadAccess

Property Value

The read access level to this mailbox for other apps.

Windows requirements

App capabilities
email emailSystem

Applies to