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.UserNameAlia s, Me.Password)
sQuery = "<?xml version='1.0'?> "...
User Profile
Collapse
-
Updating appointment of outlook 2007 via WEBDAV
-
Name cannot begin with the '0' character, hexadecimal value 0x30.
Dear All,
I am working exchange server & fetching task of outlook 2007
through MSXML2.XMLHTTP3 0 now I am facing the following error
"Name cannot begin with the '0' character, hexadecimal value
0x30. Line 1, position 564" while reading XML. Please help me to
solve this problem. I am also mentioning the code below:
Private Function ReadTask(ByVal stURI As System.String) ...
No activity results to display
Show More