User Profile

Collapse

Profile Sidebar

Collapse
atulsaxena1981
atulsaxena1981
Last Activity: Oct 9 '07, 05:19 AM
Joined: Oct 9 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Updating appointment of outlook 2007 via WEBDAV

    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'?> "...
    See more | Go to post

  • 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) ...
    See more | Go to post
No activity results to display
Show More
Working...