I've a scenario in which user can make a selection from a grid (having uploaded files on local folder) and when user press "send", application should open Outlook "New mail message" window having selected files as attachments (which user selected from grid).
Any help will be appreciated.
Use next to include new line breaks:
will open default email client with new message composition dialog.
If Outlook is set as default client, it will be opened.
Anyway, never open explicitly non-default client (email, browser, etc) - that breaks clients' will and makes them hate you.
If you want specifically want an outlook message and you want more options on what to send (body text, attachments, BCC, etc.):