Thanks Hessam Jalali, yet to try this, can you explain little bit briefly.
ArunkumarSundaravelu
Posts
-
How to Insert User Control into DataGrid Cell ? -
How to Insert User Control into DataGrid Cell ?Hi How to insert string value and Button in Datagridview cell. Like properties window in visual studio 2005. In our project, their is a module which shows same like Properties windows in visualstudio 2005. so that we use datagridview and using DataGridViewComboBoxCell to insert combo box in some particular cell. our problem is suppose if we insert a filename, so that we need textbox and same with small button which will used to browse the file. so that how to insert usercontrol or textbox with button in datagridview cell?
-
Changes table in database and transfer to datasetHi Dataset is not manage your data like recordset it is fully offline storage of data. The values in Dataset is same as last hit on your db.
-
draw a box on screenHi You may use System.Drawing.Graphics and it have Drawline,DrawRectanle ...
-
Reporting Services Multilingual ?Hi We are using reporting service, How to change the reporting services column header,headers...etc into different language, in c# we use resource file and use this resource file to change different language(multilingual Option). How can change these into reporting services. Regards Arunkumar Sundaravelu
-
Reporting Service Multilingual?Thanks origin for ur kind response Regards Arunkumar Sundaravelu
-
Reporting Service Multilingual?Hi We are using reporting service, How to change the reporting services column header,headers...etc into different language, in c# we use resource file and use this resource file to change different language. How can change these into reporting services. Regards Arunkumar Sundaravelu
-
Reporting Service MultiLanguage?Hi We are using reporting service, How to change the reporting services column header,headers...etc into different language, in c# we use resource file and use this resource file to change different language. How can change these into reporting services. Regards Arunkumar Sundaravelu
-
Report ProblemHi Riaz If you create setup and deployment wizard(windows form), the crystal report is an 3rd party tool, so that necessary dependancy files are to be need to run crystal report in client machine. for this reason, their is a option in crystal report to create distribution package to your .rpt files.it convert .rpt to .exe files, this will create setup files containing all your .rpt files to .exe file. You may instal this distribution package into client machine, it makes ur client mechine have necessary dependancy files. Regards Arunkumar Sundaravelu
-
How to Identify Mail Language?please share ur suggestion with us regarding above problem Regards Arunkumar Sundaravelu
-
How to Identify Mail Language?I'm using webdav method to fetch mails from exchange server and same as send mails. My problem is - if the mail in exchange server is in spanish langugae how to identify , that mail is spanish mail. Which property is used to identify mail language The property "BodyEncoding". which was not found in webdav method, how can i fetch the value of the BodyEncoding Property. I use the below coding using search method of webdav. Please suggest me. ///////////////////< string strXML; string strInboxURL = "http" + "://" + strServerName + "/exchange/" + strUserName + "/" + strFolderName; MSXML2.XMLHTTP objXMLHTTP = new MSXML2.XMLHTTP(); System.Xml.XmlDataDocument xmlDOMParams = new System.Xml.XmlDataDocument(); objXMLHTTP.open("SEARCH", strInboxURL, false, strAliasName,strPassword); objXMLHTTP.setRequestHeader("Content-type", "text/xml"); objXMLHTTP.setRequestHeader("Depth", "1"); strXML = "" + " = \'DAV:\'>" + "" + "SELECT \"urn:schemas:httpmail:fromemail\"," + "\"urn:schemas:mailheader:cc\"," + // "\"urn:schemas:httpmail:displayto\"," + "\"urn:schemas:mailheader:thread-topic\"," + "\"urn:schemas:httpmail:to\"," + "\"DAV:displayname\"" + " FROM scope(\'shallow traversal of " + "\"" + strInboxURL + "\"\')" + " WHERE \"DAV:ishidden\"=" + "false" + " AND \"urn:schemas:httpmail:read\"=" + "false" + " AND \"DAV:isfolder\"=" + "false"+ "" + ""; objXMLHTTP.send(strXML); xmlDOMParams.LoadXml(objXMLHTTP.responseText); xmlDOMParams.Save("D:\\Test.xml"); ///////////////////////
-
How to Identify mail Language?Hi Muammar thanks for your response. The property as you mentioned is "BodyEncoding". which was not found in webdav method, how can i fetch the value of the BodyEncoding Property. I use the below coding using search method of webdav. Please suggest me. ///////////////////< string strXML; string strInboxURL = "http" + "://" + strServerName + "/exchange/" + strUserName + "/" + strFolderName; MSXML2.XMLHTTP objXMLHTTP = new MSXML2.XMLHTTP(); System.Xml.XmlDataDocument xmlDOMParams = new System.Xml.XmlDataDocument(); objXMLHTTP.open("SEARCH", strInboxURL, false, strAliasName,strPassword); objXMLHTTP.setRequestHeader("Content-type", "text/xml"); objXMLHTTP.setRequestHeader("Depth", "1"); strXML = "" + " = \'DAV:\'>" + "" + "SELECT \"urn:schemas:httpmail:fromemail\"," + "\"urn:schemas:mailheader:cc\"," + // "\"urn:schemas:httpmail:displayto\"," + "\"urn:schemas:mailheader:thread-topic\"," + "\"urn:schemas:httpmail:to\"," + "\"DAV:displayname\"" + " FROM scope(\'shallow traversal of " + "\"" + strInboxURL + "\"\')" + " WHERE \"DAV:ishidden\"=" + "false" + " AND \"urn:schemas:httpmail:read\"=" + "false" + " AND \"DAV:isfolder\"=" + "false"+ "" + ""; objXMLHTTP.send(strXML); xmlDOMParams.LoadXml(objXMLHTTP.responseText); xmlDOMParams.Save("D:\\Test.xml"); ///////////////////////
-
How to Identify mail Language?thanks Boyd for kind your response. Did you know which mapi property to identify the character set encoding Thanks Arunkumar Sundaravelu
-
How to Identify mail Language?Hi I'm using webdav method to fetch mails from exchange server and same as send mails. My problem is - if in the mail in exchange server is in spanish langugae how to identify that mail is spanish mail. Which property is used to identify mail language. Any suggestions please. Regards Arunkumar Sundaravelu
-
find webdav thread mails?Hi I need one help from you, We are using webdav method, When reply a one mail, How to set the conversationIndex Property through webdav method. because we want track the conversation Mails thread, Which property is to identify the thread mails I saw some forums conversationindex property is used to identify the thread mails ( differ 5 character at end of every mail) But when we use webdav method, the conversationIndex property is confusing . What is the way to identify Thread Mails How to identify first Mail of the Thread? Any body please send reply me.
-
find webdav mail thread?Hi I need one help from you, We are using webdav method, When reply a one mail, How to set the conversationIndex Property through webdav method. because we want track the conversation Mails thread, Which property is to identify the thread mails I saw some forums conversationindex property is used to identify the thread mails ( differ 5 character at end of every mail) But when we use webdav method, the conversationIndex property is confusing . What is the way to identify Thread Mails How to identify first Mail of the Thread? Any body please send reply me. Arunkumar
-
How to Reply?Hi How to Reply a Message in webdav method, We are using Normal send method with attachment in webdav if their anything newly added or any property to set when replying a mail. If we send any message, the ConversationIndex property is not set in this thread, how we create conversationindex. how to identify the mail threads?, If we use mapi property values of PR_IN_REPLY_ID How to group by the thread mails without group by the subject (because the user can change the subject line) can anybody help me please:((
-
How to identify conversation Mails using webdav methodHi We are developing Mail tool, One of the part of this mail tool is to identify the history of mails for one particular email Id Actually we use webdav search method, to fetch the unread mails from exchange server and update the status as read, the fetched mails are inserted into sqlserver table. Our Problem is. How to identify the thread mails, How to differentiate the thread mails to normal mails How to group by the thread mails How to identify the first mail in the thread. Regards, Arunkumar S :doh:
-
How to identify conversation MailsHi We are developing Mail tool, One of the part of this mail tool is to identify the history of mails for one particular email Id Actually we use webdav search method, to fetch the unread mails from exchange server and update the status as read, the fetched mails are inserted into sqlserver table. Our Problem is. How to identify the thread mails, How to differentiate the thread mails to normal mails How to group by the thread mails How to identify the first mail in the thread. Regards, Arunkumar S :(
-
Problem in running Service using msxml with webdavYes finally i identify the problem the problem caused in path of the inbox instead of ip address, i use hostname ex. http://xx.xx.xx.xx/exchange/emailaddress/inbox we use http://hostname/exchange/emailaddress/inbox :-D