_SharingItem.SendUsingAccount 属性

定义

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

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

如果 SharingItem 是收到的项,或者已发送 SharingItem ,则此属性为只读 (Sent 对象的 属性设置为 True.)

适用于