Search results for query: *

  1. D

    Parsing outlook e-mail body with html agility pack

    I knew something was wrong there , i`m new to c# , trying to learn when i have time.What should i put there ? mailItem.HTMLBody = ?
  2. D

    Parsing outlook e-mail body with html agility pack

    I have the below stack trace of the exception but i do not know how to resolve this issue. at System.Linq.Enumerable.ToArray[TSource](IEnumerable`1 source) at Test_HTML_Agility.Program.Main(String[] args) in C:\Users\daniel.tou\Documents\Visual Studio 2015\Projects\Test HTML Agility\Test...
  3. D

    Parsing outlook e-mail body with html agility pack

    Line 41 : HtmlAgilityPack.HtmlNode[] nodes = emailBody.DocumentNode.SelectNodes("//td").ToArray()
  4. D

    Parsing outlook e-mail body with html agility pack

    Hi , Please help me with the exception i get : "An unhandled exception of type 'System.ArgumentNullException' occurred in System.Core.dll Additional information: Value cannot be null." And tell me if i am on the wright track to parse the email body. Thank you ! static void Main(string[]...
Back
Top Bottom