Add appointement via .net to exchange 2003?
Wed, 3 Aug 2005 16:59:01 -0700
Hi
I am basically trying to create an appointement into the exchange server and
somehow I am failing. Our exchange server is ssl secured, but I think I did
everything found on information here. I am still getting the error:
The remote server returned an error: (401) Unauthorized.
Here is the code. ...
|
Problem adding a new message to mailbox using WebDAV
Wed, 3 Aug 2005 13:17:02 -0700
I use WebDAV to create a new email message and add to a mailbox. When I
double-click on the message in Outlook to popup the window to show the
message, it uses the compose window to show the message instead of opening up
with the read only window. The following is the xml I send to Exchange. How
do I mak ...
|
Exchange 2003/VB6 Interaction
3 Aug 2005 08:49:20 -0700
Hello all,
I have a couple of Visual Basic 6 programs that interact with GroupWise
in order to send e-mail, set personal appointments, and search
calendars for appointments. The company I work for is getting rid of
GroupWise in favor of Microsoft Exchange 2003 and WebMail. I need to
update my code and am ...
|
Assign Tasks Using WebDAV
3 Aug 2005 04:46:22 -0700
Any idea how to assign tasks using WebDAV. I was able to create the
task but not able to assign the task to others.
...
|
Cannot create calendar appointment via webdav
Tue, 2 Aug 2005 09:49:01 -0700
I am writing an application that needs to export calendar information to an
exchange server using webdav. I can successfully send information to the test
server(no FBA) using code of the form:
Dim xmlReq As New MSXML2.XMLHTTP40
xmlReq = CreateObject("Microsoft.XMLHTTP")
xmlReq.open("PROP ...
|
Troubleshooting global event sink
2 Aug 2005 01:56:07 -0700
I am having trouble with some exchange store wide event, and I am
scratching my head to figure out whats going on...
There are 2 exchange servers as part of a forest. One is a domain
controller and has one store. I installed an event sink (onsyncsave,
onsyncdelete) here and it is firing fine.
The other se ...
|
Global Event Sink
Tue, 02 Aug 2005 02:39:02 -0400
I want to get the notification when a message is deleted/read for about
40,000 mailboxes. For this i am using global event sink.
The steps i am following,
1. Create an ATL COM application and implement the OnSyncSave and
OnSyncDelete events.
2. Register it using Regsvr32
3. Create a COM+ application and regi ...
|
|
|
Acceptez gratuitement les cartes de crdits sur votre site
Mon, 1 Aug 2005 17:14:35 +0200
...
|
Get Embedded Attachment Info?
Fri, 29 Jul 2005 11:46:10 -0700
Using WebDAV, I have successfully detected an embedded attachment in an email
and have it's URL (the href to the .EML) using X-MS-ENUMATTS. I then did a
GET request against the URL and saved it the results to a file. I get the
following data back (please note that this was for an email that was returned
...
|
Trace headers in SMTP-sink
Fri, 29 Jul 2005 11:34:48 +0200
Hi!
Does anyone know how to add trace headers (like Received:) in a protocol
event sink (OnSmtpInCommand)?
The sink is checking SPF and I need to add a Received-SPF: header at the top
of the message. My header should not replace any other Received-SPF: headers
already there and it need to be at the top ...
|