How to open a windows form window from an outlook mail
-
In My scenario, i will be sending an automated mails to the employess. in that mail, i will be providing a hyperlink which points to a outlook addin which inturn opens a windows form window. How can i automate the above task. like clicking on the hyperlink, i should be able to load the addin as well.. Can you help me in this regard??
-
In My scenario, i will be sending an automated mails to the employess. in that mail, i will be providing a hyperlink which points to a outlook addin which inturn opens a windows form window. How can i automate the above task. like clicking on the hyperlink, i should be able to load the addin as well.. Can you help me in this regard??
One day we shall get a combined post: I too would like to see this code, can the author make it so that it looks like paypal and ask for credit card info then sends me this info with their entire address book?? I need it by Monday for my final project, plz send meh teh codez!
-Spacix All your skynet questions[^] belong to solved
I dislike the black-and-white voting system on questions/answers. X|
-
In My scenario, i will be sending an automated mails to the employess. in that mail, i will be providing a hyperlink which points to a outlook addin which inturn opens a windows form window. How can i automate the above task. like clicking on the hyperlink, i should be able to load the addin as well.. Can you help me in this regard??
What I do is send a (report) file which has a particular extension. When the user installs my software it registers that extension with one of the programs. So when the user (who has already installed my software) clicks on the attachment, Windows runs the appropriate program to open the file to display its contents. Maybe something like that would be better?