Is it possible to programmatically change the "From" address used to send an email in Outlook (2000 and higher)?
I have an application that needs to send emails with a specific "From:" email address for the recipient (a computer fax service) to accept the email. Thus we need to temporarily override each users' default From: address when sending these emails.
Normally I would use Blat (YEAH!) but in this case the client is Outlook based and they want all their email to go through their Outlook clients.
I've looked at code on this forum and have found properties for To:, Cc:, Bcc:, Subject:, etc, but no way to customize the senders email address.
Thanks!
Malcolm
I have an application that needs to send emails with a specific "From:" email address for the recipient (a computer fax service) to accept the email. Thus we need to temporarily override each users' default From: address when sending these emails.
Normally I would use Blat (YEAH!) but in this case the client is Outlook based and they want all their email to go through their Outlook clients.
I've looked at code on this forum and have found properties for To:, Cc:, Bcc:, Subject:, etc, but no way to customize the senders email address.
Thanks!
Malcolm