Showing posts with label Attachments. Show all posts
Showing posts with label Attachments. Show all posts

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...