M
Mohan
hello sir,
kindly explain the following function.
function OpenOutlookDoc(whatform)
{ try {
outlookApp = new ActiveXObject("Outlook.Application");
nameSpace = outlookApp.getNameSpace("MAPI");
mailFolder = nameSpace.getDefaultFolder(6);
mailItem = mailFolder.Items.add(whatform);
mailItem.Display(0)
}
}
thx
mohan
kindly explain the following function.
function OpenOutlookDoc(whatform)
{ try {
outlookApp = new ActiveXObject("Outlook.Application");
nameSpace = outlookApp.getNameSpace("MAPI");
mailFolder = nameSpace.getDefaultFolder(6);
mailItem = mailFolder.Items.add(whatform);
mailItem.Display(0)
}
}
thx
mohan