次の方法で共有


_SharingItem.SendUsingAccount プロパティ

定義

を送信するアカウントSharingItemAccount表すオブジェクトを設定または返します。 読み取り/書き込みが可能です。

public:
 property Microsoft::Office::Interop::Outlook::Account ^ SendUsingAccount { Microsoft::Office::Interop::Outlook::Account ^ get(); void set(Microsoft::Office::Interop::Outlook::Account ^ value); };
public Microsoft.Office.Interop.Outlook.Account SendUsingAccount { get; set; }
Public Property SendUsingAccount As Account

プロパティ値

注釈

SendUsingAccount プロパティを使用して、メソッドの呼び出し時に SharingItem の送信に使用するアカウントをSend()指定できます。 SharingItem が受信アイテムの場合、または SharingItem に指定されたアカウントが存在しなくなった場合、このプロパティは Nothing (C# では null 参照 (Visual Basic では Nothing) を返します。

このプロパティは、 SharingItem が受信したアイテムである場合、または SharingItem が既に送信されている場合は読み取り専用です ( Sent オブジェクトのプロパティが True に設定されています)。

適用対象