SendObject and the From Address

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have searched the web and every time this question is asked there is simply
no reply!

I want to send an object from access but have a different "From"/"Reply To"
address (eg "Sales" instead of the senders own address). This does not seem
to be a function of SendObject but maybe it could be achieved in Outlook.

Any suggestions?
 
Douglas is write, try an Outlook forum;

Here are my thoughts,

SendObject actually sends a message using Simple MAPI and I don't think
Simple MAPI itself supports setting of the 'from' field.

You might want to try CDO (Collaboration Data Objects) or an 'Extended MAPI'
dll/ActiveX control.
('Extended MAPI' cannot be achieved using standard VB/VBA).

Have a search on google for CDO, I think that's your best bet.

Regards,

Wayne Phillips
http://www.everythingaccess.com/forums
 
Back
Top