Click here to Skip to main content
15,905,682 members

Comments by Ourning (Top 3 by date)

Ourning 22-Mar-16 9:22am View    
Boudi I did a similar thing with this .NET library for emails.
You have to choose which protocol to use, this would typically depend on what email server you have, but in your case you have a major email provider (Microsoft) which provides a support for any protocol.
So you can go with either a C# code for reading emails via POP protocol or a C# code for reading email via IMAP protocol.
Ourning 22-Mar-16 9:13am View    
Ahmed I used a C# library for word documents, here is acomplite solution: Converting Word documents into PDF files in C#.

This works great in SharePoint Farm Solutions, but it does not in SharePoint Online Solutions. Do you know of any that will work on both?
Ourning 22-Mar-16 9:03am View