vote up 0 vote down star

I have a desktop application (Windows Forms) which my client hosts on a Citrix server. I would like to launch the user's locally configured mail client to send mail from my application. How do I do this?

In addition to this, I will need to attach a file to the email before it is sent.

flag

48% accept rate

1 Answer

vote up 1 vote down check

I'm not at all sure how the Citrix client would handle mailto: links (or if you can configure that), but if you haven't tried them, I suggest you do.

Example:

mailto:someone@example.com?subject=hello&body=see+attachment&attachment=\\host\path-to\file.foo

Also note that not all email clients support the attachment parameter in mailto URLs.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.