Expand Minimize
0 out of 1 rated this helpful - Rate this topic

_MailItem.SendUsingAccount Property

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
[DispIdAttribute()]
Account SendUsingAccount { get; set; }

The SendUsingAccount property can be used to specify the account that should be used to send the MailItem when the Send method is called. This property returns Nothing (null in C#) if the account specified for the MailItem no longer exists.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.