AppointmentItem.SendUsingAccount property (Outlook)

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

Syntax

expression. SendUsingAccount

expression An expression that returns a AppointmentItem object.

Remarks

The SendUsingAccount property can be used to specify the account that should be used to send the AppointmentItem when the Send method is called. This property returns Null (Nothing in Visual Basic) if the account specified for the AppointmentItem no longer exists.

See also

AppointmentItem Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.