![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
13/07/2005, 07:57
|
| | Fecha de Ingreso: diciembre-2004
Mensajes: 50
Antigüedad: 20 años, 1 mes Puntos: 0 | |
javascript y outlook Hola a todos, tengo una pagina .aspx y necesito cargar las direcciones de outlook enun list, tengo este codigo al inicio y no ce si tengo que hacer algun import o algo ya que al correrlo hace un breack en la primera linea y al verificar aparece "error myApplication is undefined...y asi tmb server..
alguien tiene info acerca d esto...o q estoy haciendo mal
function Load()
{
myApplication = Server.CreateObject"Outlook.Application");
var myNS = myApplication.GetNameSpace("MAPI");
var myal = myNS.AddressLists;
.....
}
gracias |