CDO 1.x, CDOEX, CDOEXM and CDOWF all run in the security context of the currently logged on user while ADSI and LDAP allows providing different user credentials.
Your best bet is to write code which changes the security context. I remember that the Win32 API offers such things and http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q248187 might offer some insight. <Siegfried /> > -----Original Message----- > From: Quentin [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 25, 2002 7:45 PM > To: Exchange Discussions > Subject: CDOEXM and multi-domain. > > Hi all, > > I'm using CDOEXM to create and manage mailboxes programmatically. > I have troubles creating mailboxes on a Server that is not in the same NT > domain as the machine I'm using. > Is there a way to do it I'm not aware of or is this a known limitation > (which would be pretty annoying) > > Quentin. > > _________________________________________________________________ > List posting FAQ: http://www.swinc.com/resource/exch_faq.htm > Archives: http://www.swynk.com/sitesearch/search.asp > To unsubscribe: mailto:[EMAIL PROTECTED] > Exchange List admin: [EMAIL PROTECTED] _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: http://www.swynk.com/sitesearch/search.asp To unsubscribe: mailto:[EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED]

