_AppointmentItem.SendUsingAccount 属性

定义

返回或设置一个 Account 对象,该对象代表要发送 AppointmentItem 的帐户。 读/写。

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 属性可用于指定在调用 方法时用于发送 AppointmentItemSend()帐户。 如果为 AppointmentItem 指定的帐户不再存在,则此属性返回 Nothing (null 引用 (C#) Visual Basic) Nothing。

适用于