_MeetingItem.SendUsingAccount 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置一个 Account 对象,该对象代表用于发送 的 MeetingItem帐户。 读/写。
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 属性指定方法用于发送 MeetingItem 的帐户Send()。 如果为 MeetingItem 指定的帐户不再存在,此属性返回 Nothing (null 引用 (Visual Basic) C#) 中的 Nothing。
如果 MeetingItem 是收到的项,或者已发送 MeetingItem (,则此属性为只读, Sent 即对象的 属性设置为 True) 。