Ver Mensaje Individual
  #1 (permalink)  
Antiguo 16/08/2005, 09:24
Host_91
 
Fecha de Ingreso: julio-2005
Mensajes: 51
Antigüedad: 19 años, 9 meses
Puntos: 1
Obtener mail desde Exchange

Que tal amigos foreros, alguien me pudiera decir como obtener el mail de un usuario con exchange. Yo estoy usando la siguiente sintaxis:


strServer = "servidor"
strOrganisation = "/o=organización"
strLocation = "/ou=localidad"
strUser = "/cn=usuario"

Set objMailbox = GetObject("LDAP://" & strServer & strOrganisation & strLocation & "/cn=Recipients" & strUser)

y me da el siguiente error:

Tipo de error:
(0x8007203A)
/SICP/principal.asp, línea 14

Por su ayuda de antemano muy agradecido..... ;)