MeetingItem.SendUsingAccount Property (Outlook)

Returns or sets an Account object that represents the account to use to send the MeetingItem. Read/write.

Version Information

Version Added: Outlook 2010

Syntax

expression .SendUsingAccount

expression A variable that represents a MeetingItem object.

Remarks

You can use the SendUsingAccount property to specify the account that the Send method uses to send the MeetingItem. This property returns Null (Nothing in Visual Basic) if the account specified for the MeetingItem no longer exists.

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

See Also

Concepts

MeetingItem Object Members

MeetingItem Object