Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Masking a From Sender 3

Status
Not open for further replies.

RonRepp

Technical User
Feb 25, 2005
1,031
US
Hi all:

Is there a way to mask the Sender's name? We have clients that want their name and e-mail address placed on the ship confirm e-mails.

Thanks,

Ron Repp

If gray hair is a sign of wisdom, then I'm a genius.
 
Hi!

Click View>From Field...

Hope this helps.

Tom

Born once die twice; born twice die once.
 
Tom:

Thanks.

How would I do this programatically?



Ron Repp

If gray hair is a sign of wisdom, then I'm a genius.
 
Will you be running Outlook from Outlook, or using it as an application object from within another application, say maybe Access? How do you intend to have this happen?

Tom

Born once die twice; born twice die once.
 
Tom:

I'll be running it from a VB program using Outlook as an object.

Thanks,


Ron Repp

If gray hair is a sign of wisdom, then I'm a genius.
 
You may consider the SentOnBehalfOfName property of the Outlook.MailItem object.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
PHV:

Thanks for the response. I've tried the SentOnBehalf property and I keep getting an error telling me that I don't have authorization.

Is there something that I have to setup in Outlook?

Thanks,


Ron Repp

If gray hair is a sign of wisdom, then I'm a genius.
 
The specific error is:

Code:
An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in OLookTest.exe

Additional information: You do not have the permission to send the message on behalf of the specified user.

Thanks,



Ron Repp

If gray hair is a sign of wisdom, then I'm a genius.
 
RonRepp,
In most MS Exchange environments one of two things need to happen before you send messages from a profile other than your own:[ol]
[li]An administrator needs to set you up as an Author for a particular account.[/li]
[li]The person your sending the message on behalf of needs to add you as a Delegate and give you Author privledges.[/li][/ol]

CMP

[small]For the best results do what I'm thinking, not what I'm saying.[/small]
(GMT-07:00) Mountain Time (US & Canada)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top