EmailMailbox.OtherAppReadAccess プロパティ

定義

他のアプリのこのメールボックスに対する読み取りアクセス レベルを取得または設定します。

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

プロパティ値

他のアプリのこのメールボックスに対する読み取りアクセス レベル。

Windows の要件

要件 説明
アプリの機能
email emailSystem

適用対象