parsing outlook email

  1. T

    Save Outlook email Information to SQL Server

    I'm trying to save inbound Outlook mail data to sql server however I'm getting in error in System.Runtime.InteropServices.COMException: 'The attempted operation failed. An object could not be found.' What did I missed Note: RetrieveMail is exist in mailbox using System; using...
  2. 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