A
andy_occ
Hello all,
I need to catch the reply event, by which i mean i need to know when a
user pushes the reply button.
In addition, I need to have access to the mail the users wishes to
reply to.
Basically, what I want to do is whenever the user replies to a mail,
sent to "(e-mail address removed)", the reply mail has to be mangled to
have "(e-mail address removed)" as sender address, despite the user having
"(e-mail address removed)" as primary address. (In this scenario I have
the secretary, who has full access and rights to the employees
mailbox; she has to be able to reply posing as the employees).
I'm using VS 2005 with VSTO extensions; I am able to catch quite alot
of events.
I can catch the ItemAdded event in the Outbox, but the addedItem
object that I'm getting is not a MailItem ???
(Alternatively, if someone could just tell me how to setup Outlook /
Exchange rights in such a way that the "send as" works (and not the
"send on behalf of") that would be equally helpful)
I hope somebody can help me out here !
Thanks in advance,
Andy
MCP
I need to catch the reply event, by which i mean i need to know when a
user pushes the reply button.
In addition, I need to have access to the mail the users wishes to
reply to.
Basically, what I want to do is whenever the user replies to a mail,
sent to "(e-mail address removed)", the reply mail has to be mangled to
have "(e-mail address removed)" as sender address, despite the user having
"(e-mail address removed)" as primary address. (In this scenario I have
the secretary, who has full access and rights to the employees
mailbox; she has to be able to reply posing as the employees).
I'm using VS 2005 with VSTO extensions; I am able to catch quite alot
of events.
I can catch the ItemAdded event in the Outbox, but the addedItem
object that I'm getting is not a MailItem ???
(Alternatively, if someone could just tell me how to setup Outlook /
Exchange rights in such a way that the "send as" works (and not the
"send on behalf of") that would be equally helpful)
I hope somebody can help me out here !
Thanks in advance,
Andy
MCP