Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 455 for

ews client

(0.06 sec)
  1. Developer Guide|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Working with SMTP Client Working with POP3 Client Working with IMAP...IMAP Client Working with Exchange EWS Client Working with Microsoft...

    docs.aspose.com/email/java/developer-guide/
  2. Aspose.Email OAuth2 Office 365 - Aspose.Email P...

    Hello, We are using Aspose .NET Email to connect to a Microsoft Office 365 mail box using IMAP and a user id/password combination (Basic Authentication scheme) at the moment. But support for this approach of using a cle…...Azure portal: EWS.AccessAsUser.All // for EWS POP.AccessAsUser...sample code to initialize clients. EWS client initialization string[]...

    forum.aspose.com/t/aspose-email-oauth2-office-3...
  3. Importing from filesystem to exchnage public fo...

    Hi, I am trying to import from a filling folder that contains deep multi folder paths containg eml doc/xls/pdf files. (The files exceed 260 length) How can I import them in an exchange public folder? I can iterate throug…...com/ews/Exchange.asmx](https://exchange.domain.com/ews/Exchange...password, domain); IEWSClient client = EWSClient.GetEWSClient(mailboxUri...

    forum.aspose.com/t/importing-from-filesystem-to...
  4. Working with Calendar Items on Exchange Server|...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....with Exchange Web Services (EWS) support. For this to work, the...snippet shows you how to use EWS to send meeting requests. Working...

    docs.aspose.com/email/net/working-with-calendar...
  5. Connecting to Exchange Server|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Connecting to Exchange Server using EWS The following code snippet shows...using Exchange Web Service (EWS). // For complete examples and...

    docs.aspose.com/email/net/connecting-to-exchang...
  6. Attachment file name cut to max 15 characters -...

    I use aspose email to connect via Ews to office365; the goal is to retrieve mails from a mailbox store the attachments on a fileshare and create a record in an sql server table for further processing. Everything works f…...aspose email to connect via ews to office365; the goal is to...exception: I cast the ews mails to a mapi client to get the attachments...

    forum.aspose.com/t/attachment-file-name-cut-to-...
  7. Exchange: Find a Contact By Name - Aspose.Email...

    Hi, How can we find a contact on Exchange server using its name?...giving credentials IEWSClient client = EWSClient.GetEWSClient(“https:[//outlook...com/ews/exchange.asmx](https://outlook.office365.com/ews/exchange...

    forum.aspose.com/t/exchange-find-a-contact-by-n...
  8. Public API Changes in Aspose.Email 3.7.0|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Calendar support using EWS The EWS Client has been enhanced to...

    docs.aspose.com/email/net/public-api-changes-in...
  9. Exchange.ListMessages returns nothing (C#) - As...

    Hi, I’m working with Exchange mail Client. While I’m filtering mail by To.Address field it doesn’t work. Filtering by To.DisplayName - works fine. In addition, I have the same problem while I’m filtering by From field…...working with Exchange mail client. While I’m filtering mail by...GetQuery(); return mq; Create mail client: NetworkCredential credentials...

    forum.aspose.com/t/exchange-listmessages-return...
  10. OAuth2 Java - Aspose.Email Product Family - Fre...

    Hi Team, Can you provide me code sample for OAuth2 in Office365 using Java ? Thanks and Regards, Arne..."accessToken"); IEWSClient client = EWSClient.getEWSClient("https://outlook...office365.com/ews/exchange.asmx", credentials); client.listMessages();...

    forum.aspose.com/t/oauth2-java/245488