Still no luck? :-(






Neil Clark
Team Macromedia
http://www.macromedia.com/go/team

Announcing Macromedia MX!! 
http://www.macromedia.com/software/trial/




-----Original Message-----
From: Dave Watts [mailto:[EMAIL PROTECTED]] 
Sent: 10 June 2002 18:08
To: CF-Talk
Subject: RE: ColdFusion & Microsoft Exchange Server

> That's cool info, however one of the problems with this code 
> block :
> 
> <cfscript> 
>       username = "******"; 
>       password = "*******"; 
>       servername = "******"; 
>       mailbox = "*****"; 
>       objExchangeSession = createObject("COM","MAPI.Session"); 
>       objExchangeSession.Logon('#username#','#password#',false,
>       true,-1,false,'#servername# #chr(13)# #mailbox#'); 
> </cfscript>
> 
> If the the last parameter from the Logon method is dropped, it 
> gives a failed validation error. All the obvious things have 
> been tried.
> 
> The docs say that the format for the profileinfo parameter is:
> 
> <server name> & vbLf & <mailbox name>
> 
> Weird?

You might try using Chr(10), which is a line feed, instead of Chr(13),
which
is a carriage return.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to