RE: Help: Sending File
you could use when Messagekind == 0 which is unknown. The only problem with this is that it will do anything that isn't a specific message kind. I'm not sure how else you could do it. Or there is also the possibility that you can monitor the received files folder (you can get it's directory from a registry setting).
|