Problem cancelling meetings - 409 Conflict Error using XmlHttp
Wed, 28 Dec 2005 12:42:02 -0800
Hello,
I'm attempting to cancel a meeting using the following code:
string messageUrl = this.GetMessageUrl(messageID);
string xmlstr = "?Cmd=delete"+
"&Action=cancel"+
"&SENDUPDATE=1"+
"&FormType=Appointment"+
"&CmdReferring=edit"+
"&Required="+
"&Optional="+
"& ...
|
WebDAV - where is meeting uid in response message frm meeting atte
Tue, 27 Dec 2005 10:47:34 -0800
I am creating a meeting request according to Microsoft's documentation:
create appointment
get meeting uid
create meeting using meeting uid
But, I do not see the value of the uid that is created in either the
appointment, meeting request, or meeting response XML that is returned upon a
query.
I am ...
|
event sink for filtering incoming mails to public folders
Sun, 25 Dec 2005 08:53:02 -0800
Hello,
I want to create public folders for companies like "comp_a", "comp_b" and so
on.
If I receive incoming mails from "*@comp_a.de", they should be moved to the
public folder "comp_a". I need a server-side solution. Someone told me to
write an event sink for this. I have read the article
ttp://suppo ...
|
Earn money Online - without risk!
Sun, 25 Dec 2005 02:58:15 +0100
Earn money Online - without risk!
For all people, who can utilize money.
Are you on the search for a lucrative source of income? Would you like to
work of at home out of, without
yourself you someone makes directions? Would you yourself like to
determine, when, how much and like often you
salary?
...
|
THE > SUPER-MONEY-SOURCE <
Thu, 22 Dec 2005 23:53:18 +0100
THE > SUPER-MONEY-SOURCE <
Would store / would copy this text or side before the administrator could
remove this letter.
This special program is acquire copyrighting-protected, only with the
participation you the copyrighting at this program. Prohibited utilization
leads to the notice!
THE > SUPER- ...
|
Saving Attachments in a Workflow
Thu, 22 Dec 2005 13:42:02 -0800
Hello,
I am developing a workflow application using Workflow Desiger Ex2K. All this
workflow needs to do is to store attachments (PDF files) in a file folder
whenever a message arrives in the public folder. Is there a way to get the
attachments in the OnCreate event itself?
Thanks
- VG ...
|
Accessing Public Folder Members in Exchange via LDAP / ADSI
Thu, 22 Dec 2005 09:36:03 -0800
Hi I am trying to access the public folder permissions from with LDAP via c#.
I can load all groups and see all the properties of the groups howver I am
not able to see either a 'members' property on the
System.DirectoryServices.DirectoryEntry properties collection. This is like
because there isn't one o ...
|
|
|
Setting categorie in a task via WEBDAV
Wed, 21 Dec 2005 09:05:33 +0100
Hi,
does anybody know how to add a category in adding a task?
Im already able to generate a task with:
sReq = "<?xml version='1.0'?>" & _
"<d:propertyupdate xmlns:d='DAV:' " & _
"xmlns:e='http://schemas.microsoft.com/exchange/' " & _
"xmlns:b='urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/' " & _
...
|
Followup to earlier question on message attachments
Tue, 20 Dec 2005 08:56:01 -0800
Based on the excellent information in this group I was able to get the basic
functionality I was looking for working on my "test" mailbox. But when I try
to run it on the real mailbox it's intended to run on it's mostly OK but the
following section of code:
If Rs("urn:schemas:httpmail:hasattachment") Th ...
|
Accessing exchange server calendar events through c# webpart code.
20 Dec 2005 02:58:40 -0800
Hello,
I want to create a webpart which will access calendar events from
exchange server. Can someone tell me how to access the calendar events
from exchange server and display them on the webpart. I do not want to
use the built in webparts available with sharepoint to access the
exchange calendar events.
...
|