Showing posts with label Email. Show all posts
Showing posts with label Email. Show all posts

September 15, 2022

How to send email from current Outlook instance using Java + VBScript

How to send email from current Outlook instance using Java + VBScript

If we are using .Net, we can easily access outlook and send emails using its own libraries. But what if we are using Java? Here we can seek ...

November 18, 2020

How to send Email programmatically using logged in Outlook instance using .Net

How to send Email programmatically using logged in Outlook instance using .Net

Let's say we are in between a test script and if we want to send out an email as the next step. Microsoft.Office.Interop.Outlook  gi...
Bookmark this website for more workarounds and issue fixes.

Verify Zip file contents without extracting using C# + Selenium

While doing automation testing, we may get a scenario where we need to download a zip file and to validate the contents inside it. One way t...