Extracting SMTP address for Exchange (X.400) user

Add-in Express™ Support Service
That's what is more important than anything else

Extracting SMTP address for Exchange (X.400) user
 
Taco Oosterkamp




Posts: 15
Joined: 2006-06-15
Hello,

I have found the C# example for extracting the smtp address for an e-mail that was sent by an Exchange user (x.400 address).

My customer wants to see the smtp address, instead of the x.400 address when logging e-mails into the database from an add-in button in Outlook.

Do you have an example for Delphi/VCL, too?

Kind regards,
Taco Oosterkamp
Posted 15 Jun, 2006 03:42:01 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Taco,

We don't have such an example.
Posted 16 Jun, 2006 05:58:07 Top
Taco Oosterkamp




Posts: 15
Joined: 2006-06-15
Dmitry,

No example, but do you know of a way to retrieve the smtp e-mail address for an e-mail that was sent by an Exchange user?

Thanks,
Taco
Posted 17 Jun, 2006 04:50:35 Top
Eugene Starostin


Guest


Hello Taco,

Sorry, we do not consult on the Exchange server, but on MS Office objects only. Thank you for your understanding.
Posted 19 Jun, 2006 11:58:38 Top
Taco Oosterkamp




Posts: 15
Joined: 2006-06-15
Eugene,

Thank you for your reply.

Sorry to keep bothering you, but does your reply mean that Outlook itself can indeed display 'regular' SMTP addresses for Exchange users (as it does), but that the MS Office Objects have no way of finding out what the SMTP address is?

This is an important requirement for my customer, so that's why I keep asking.

Any insights into how to solve this problem would be really appreciated.

Kind regards,
Taco Oosterkamp
Posted 20 Jun, 2006 05:10:54 Top
Andrei Smolin


Add-in Express team


Posts: 18819
Joined: 2006-05-11
Taco,

Yes, MS Office Objects have no such a way. You should use Extended MAPI. See the example in C# you had found earlier for ideas.
Posted 20 Jun, 2006 06:43:10 Top