T
Tom Andrecht
I have a DLL I'm working on creating in Delphi that will let me extract
information out from calendar, contact, and email items, and for the most
part it works great. I'm working through an Exchange server, and I know a
lot of my clients also use Outlook with Exchang servers. Right now, I can
extract everything, but when I get the email address (Email1Address), it
returns the Exchange format(/0.../ou.../cn...) for any and all exchange
addresses, however, when I look at the address, I see it as SMTP format
(user@domain). Does anyone know How do I can get the exchange format
translated to SMTP? Outlook is great at translating it itself, but they're
not real forthcoming on how I can get it moved over to a usable SMTP format
for my program. Thanks for the help.
information out from calendar, contact, and email items, and for the most
part it works great. I'm working through an Exchange server, and I know a
lot of my clients also use Outlook with Exchang servers. Right now, I can
extract everything, but when I get the email address (Email1Address), it
returns the Exchange format(/0.../ou.../cn...) for any and all exchange
addresses, however, when I look at the address, I see it as SMTP format
(user@domain). Does anyone know How do I can get the exchange format
translated to SMTP? Outlook is great at translating it itself, but they're
not real forthcoming on how I can get it moved over to a usable SMTP format
for my program. Thanks for the help.