Partager via


MobileItem.SendUsingAccount Property (Outlook)

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

Version Information

Version Added: Outlook 2010

Syntax

expression .SendUsingAccount

expression A variable that represents a MobileItem object.

Remarks

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

The account type for sending a MobileItem object is always olOtherAccount.

See Also

Concepts

MobileItem Object Members

MobileItem Object