TaskItem.SendUsingAccount Property

Outlook Developer Reference

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

Version Information
 Version Added:  Outlook 2007

Syntax

expression.SendUsingAccount

expression   An expression that returns a TaskItem object.

Remarks

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

See Also