To All, I am trying to determine programmatically the homeMTA value for a specific homeMDB. I've checked the supplied interfaces for CDOEXM, but don't see an attribute for homeMTA. Am I overlooking something or is there a different methodology (ADSI, CDO, etc.) that contains this information? Any help would be appreciated. Best Regards - Brent
Hello Brent, you can get the homMTA attribute via ADSI from the user object. The user object has both attributes: homeMDB and homeMTA. Greetings, Henning Krause wrote in message news:1144441357.163089.210680@j33g2000cwa.googlegroups.com... > To All, > > I am trying to determine programmatically the homeMTA value for a > specific homeMDB. I've checked the supplied interfaces for CDOEXM, but > don't see an attribute for homeMTA. Am I overlooking something or is > there a different methodology (ADSI, CDO, etc.) that contains this > information? > > Any help would be appreciated. > > Best Regards - Brent >
If you have a homeMDB and you need to know the matching homeMTA you can back up to the server object of the homeMDB value and look at the msExchResponsibleMTAServer attribute. Note that if you are looking at an object that has the homeMDB set, you can also just look at the homeMTA value on that same object. -- Joe Richards Microsoft MVP Windows Server Directory Services Author of O'Reilly Active Directory Third Edition www.joeware.net ---O'Reilly Active Directory Third Edition now available--- http://www.joeware.net/win/ad3e.htm dingus_b@yahoo.com wrote: > To All, > > I am trying to determine programmatically the homeMTA value for a > specific homeMDB. I've checked the supplied interfaces for CDOEXM, but > don't see an attribute for homeMTA. Am I overlooking something or is > there a different methodology (ADSI, CDO, etc.) that contains this > information? > > Any help would be appreciated. > > Best Regards - Brent >
Hey Joe, That's what I am looking for. Thanks for the information. Best Regards - Brent
n/p -- Joe Richards Microsoft MVP Windows Server Directory Services Author of O'Reilly Active Directory Third Edition www.joeware.net ---O'Reilly Active Directory Third Edition now available--- http://www.joeware.net/win/ad3e.htm dingus_b@yahoo.com wrote: > Hey Joe, > > That's what I am looking for. Thanks for the information. > > Best Regards - Brent >