_SharingItem.SendUsingAccount Property

Definition

Returns or sets an Account object that represents the account under which the SharingItem is to be sent. Read/write.

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

Property Value

Remarks

The SendUsingAccount property can be used to specify the account that should be used to send the SharingItem when the Send() method is called. This property returns Nothing (a null reference (Nothing in Visual Basic) in C#) if the SharingItem is a received item, or if the account specified for the SharingItem no longer exists.

This property is read-only if the SharingItem is a received item, or if the SharingItem has already been sent (the Sent property of the object is set to True.)

Applies to