![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
I want to modify the details (like subject, description, st. date, end date
etc.) of a particular appointment from SQL Server 2005 on the basis of ID. As now I am writing this code but this would update first appointment in Outlook 2007. Code: Dim sQuery As String oXMLHttp.open("PROPPATCH", stURI, False, Me.UserNameAlias, Me.Password) sQuery = "?xml version='1.0'?" & _ "a ![]() xmlns:m='urn:schemas:mailheader:' xmlns:cal=""urn:schemas:calendar:"" " & _ "xmlns:dt='urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/' " & _ "xmlns:mail='urn:schemas:httpmail:' " & _ "a:set" & _ "a ![]() "mail:subjectAppointment with PM regarding dismissal of Atul /mail:subject" & _ "/a ![]() "/a:set" & _ "/a ![]() oXMLHttp.setRequestHeader("Content-Type", "text/xml") oXMLHttp.setRequestHeader("Brief", "t") ' Send the query. oXMLHttp.send(sQuery) thanks in advance. Atul Saxena |
#2
|
|||
|
|||
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to modify an AppointmentItem? | OctopusThu | Add-ins for Outlook | 6 | December 14th 06 06:13 AM |
SUE Mosher / How to link and modify the data in Notes field in Appointment form | Satish Boddapati | Outlook - Using Forms | 1 | September 19th 06 01:26 PM |
Modify CC Field | Kamek | Outlook and VBA | 3 | July 6th 06 10:00 PM |
modify outlook form-appointment form | blanc | Outlook and VBA | 1 | March 24th 06 03:20 PM |
How to modify the appointment form in ways not suppored by VBA | Colin Watts | Outlook and VBA | 1 | January 18th 06 04:18 PM |