EmailMailbox.OtherAppWriteAccess Property
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 or sets the write access level to this mailbox for other apps.
public:
property EmailMailboxOtherAppWriteAccess OtherAppWriteAccess { EmailMailboxOtherAppWriteAccess get(); void set(EmailMailboxOtherAppWriteAccess value); };
EmailMailboxOtherAppWriteAccess OtherAppWriteAccess();
void OtherAppWriteAccess(EmailMailboxOtherAppWriteAccess value);
public EmailMailboxOtherAppWriteAccess OtherAppWriteAccess { get; set; }
var emailMailboxOtherAppWriteAccess = emailMailbox.otherAppWriteAccess;
emailMailbox.otherAppWriteAccess = emailMailboxOtherAppWriteAccess;
Public Property OtherAppWriteAccess As EmailMailboxOtherAppWriteAccess
The write access level to this mailbox for other apps.
App capabilities |
email
emailSystem
|