Sending a mail through my windows application to a person ‘asking him to log on to another windows application that is installed in a remote server to work on it’. In the mail content, i would like to have a hyperlink that will directly take him to that windows application!
Share
Im not use about your question, but if you need to link to a EXE file on another computer like:
Computer A has a EXE file, computer A sends a email to Computer B, with a hyperlink to the EXE file Computer B runs the EXE file on own computer, or make Computer A run the EXE file
Sorry, but that is not possible. If you need to make a EXE file run on a email, just must send it as a attachment, and the user must save the exe file, and run it – you can’t do anything automatic like that.