Dump of e-mail aliasses from Active Directory

R

Rotzooi

Hi,

How can I dump (or verify, VS2005 VB.Net preferred) if an incoming message
contains a valid e-mailaddress or alias?

I can verify the primary e-mail address from the Active Directory using the
System.DirectoryServices DirectorySearcher command. But how do I verify if a
recipient address is a alias. Used in an home-brew application with MS
Exchange Event Sink to verify some more data.


Jeroen
 
A

Andy David - [MVP]

Hi,

How can I dump (or verify, VS2005 VB.Net preferred) if an incoming message
contains a valid e-mailaddress or alias?

I can verify the primary e-mail address from the Active Directory using the
System.DirectoryServices DirectorySearcher command. But how do I verify if a
recipient address is a alias. Used in an home-brew application with MS
Exchange Event Sink to verify some more data.


Jeroen


The AD attribute is proxyaddresses
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top