A
Amit Basu
Hi,
I send an Outlook form as a MailItem outside of our domain. The
recipient needs to forward that mail, after making some modifications to
the form, to a set of people WHO ARE NOT in his Contacts. I need to fill
the addressee list programmatically. Here is what I used:
Function Item_Forward(ByVal ForwardItem)
ForwardItem.To = Item.Sendername
ForwardItem.Cc = "(e-mail address removed)"
End Function
The To addressee is getting populated with the DISPLAY NAME of the
Sender like "John Doe" and not the email ID. As a result it is not being
resolved and generating an error while Sending the form. How do I
retrieve the email ID of the sender and not the display name?
I am using Outlook 2000 and Exchange 5.5?
TIA,
Amit.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
I send an Outlook form as a MailItem outside of our domain. The
recipient needs to forward that mail, after making some modifications to
the form, to a set of people WHO ARE NOT in his Contacts. I need to fill
the addressee list programmatically. Here is what I used:
Function Item_Forward(ByVal ForwardItem)
ForwardItem.To = Item.Sendername
ForwardItem.Cc = "(e-mail address removed)"
End Function
The To addressee is getting populated with the DISPLAY NAME of the
Sender like "John Doe" and not the email ID. As a result it is not being
resolved and generating an error while Sending the form. How do I
retrieve the email ID of the sender and not the display name?
I am using Outlook 2000 and Exchange 5.5?
TIA,
Amit.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!