Integration to exchange with use of ASP and CDO
Wed, 10 May 2006 02:05:01 -0700
I'm struggeling to get contact with an axchange using this code... (2003
enviroment)
function doLoginMAPI(serverName, userName )
{
// Get NT account name without the domain prefix
var user2;
var idx = userName.indexOf('\\');
if( idx > 0 )
user2 = userName.substr( idx+1 );
else
...
|
Inbound mail type conversion
Tue, 9 May 2006 14:41:10 -0400
Forgive me, I am a newbie to CDO and transport sinks.
We have Exch 2000 server and a user that uses outside app to read/process
email (GoldMine CRM 6.7). He can receive emails from most of his
international clients. However, emails from one Japanese sender crashes
GoldMine (GM). He can open the email in Outloo ...
|
409 conflict?
Tue, 9 May 2006 16:13:32 +0300
Hi,
I am using HTTPWebRequest to write an email file to exhchange server, and
using HttpWebResponse. But when webresponse is executed it gives an error
409 "remote server returned error". what can be the problem? Thanks..
...
|
LDAP Echange 5.5 Query from different domains problem
Tue, 9 May 2006 01:05:02 -0700
Hi All,
I'm pulling my hair out with this one, so any help would be gratefully
appreciated!. I have an ASP.NET 2.0 application written in C# that uses LDAP
to connect to an Exchange 5.5 server and retrieve user details. This works
fine for most users, however, users on certain domains within the
organis ...
|
Webdav Error code 411
Tue, 09 May 2006 03:40:03 -0400
Hi all,
I get this code 411 while executing webdave method like SearchMethod.
can any body put some light on it, what could be the possible reason.
Thanks
Milind
...
|
RegEvent script noit there
Tue, 9 May 2006 08:44:37 +0100
I have just insrtlled the SDK to primalriy to get the RegEvent.vbs scipt but
it does not appear to have been installed. It should be shouldnlt it when
the SDK is installed - this on a SBS2003Premium installation fully patched
to Exch 2k3 SP2
Appreciate any thoughts
M
...
|
How to remove keywords-utf8 property
8 May 2006 02:46:07 -0700
Hi every body,
We can successfuly PROPPATCH categories in Contacts or other PIM items
using
<e:keywords-utf8
dt:dt='mv.string'><x:v>A</x:v><x:v>B</x:v></e:keywords-utf8>
(where e is xmlns http://schemas.microsoft.com/exchange/)
The same Proppatch can also successsfuly modify the values of A,B to X
or ca ...
|
|
|
Reposting: Draft messages and BCC
Fri, 5 May 2006 14:31:02 -0700
http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.exchange.applications&mid=8d4a97a9-bca9-41bc-84af-ce3a313f01fb&sloc=en-us
Hi All
I'm using the "put" method to write a mime-message to the draft folder.
For some reason, this message is being considered "sent" by exch ...
|
What am I doing wrong???
Thu, 4 May 2006 07:08:02 -0700
Guys, I'm totally lost. No matter what I do, I cannot get the SDK libaries to
show up in my references. I've installed the Exchange SDK on my local
computer and for whatever reason the libraries are not showing up?
My understanding is that I need to add the references from the "Interop"
libararies, correc ...
|
OnArrival Event Sink aborting delivery
Wed, 3 May 2006 08:23:02 -0700
I swear that I had this working, but now it isn't. I have a server that
accepts all relay messages and I'm using an event sink to do some custom
authentication. When I get a message that has no valid recipients I need to
abort delivery of the message. Something is causing the message to be
successfully ...
|