Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.06 KB

Outlook.TaskItem.SendUsingAccount.md

File metadata and controls

36 lines (21 loc) · 1.06 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
TaskItem.SendUsingAccount property (Outlook)
vbaol11.chm1768
vbaol11.chm1768
Outlook.TaskItem.SendUsingAccount
711382c3-1003-cf0e-2f29-fc3f9d4320a8
06/08/2017
medium

TaskItem.SendUsingAccount property (Outlook)

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

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

TaskItem Object

[!includeSupport and feedback]