Showing posts with label vbscript. Show all posts
Showing posts with label vbscript. 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 ...
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...