_AppointmentItem.SendUsingAccount プロパティ

定義

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

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

適用対象