SENDOBJECT - Sending Email on Behalf of another User

  • Thread starter Thread starter lalexander
  • Start date Start date
L

lalexander

I'm using the SendObject to programatically send emails , which is working
great.

I recently got a request from management to send email on behalf of another
user,
say (e-mail address removed)

I know how to do this from within Outlook using the Delegate option in
Exchange,

The question is:
How do I send email using the FROM option that outlook
uses in the

SendObject ?


I would appreciate any information or workaround.


thank you.


LA
 
SendObject is very limited to exactly the syntax described int eh help files
on the method/action. I don't believe it will handle what you are trying to
do. You may want to search in the Outlook forum for a way to accomplish what
you are trying with VB. You could also do a search of OUTLOOKCODE.com. Good
luck.
 
Back
Top