G
Guest
Hi everyone,
I am working on an application, where I need to mail some xml files as
attachments. I tried to use System.Diagnostic.Process class but it does not
provide any help for attaching a file automatically. Then I resorted to
System. Web namespace but here also it does not take the SMTP server's
address automatically. I have to mention it. The application on which I am
working is a general purpose application and user might not be knowing the
server's address. Is there anyway through which it can take the server's
address automatically?
All responses are welcome.
I am working on an application, where I need to mail some xml files as
attachments. I tried to use System.Diagnostic.Process class but it does not
provide any help for attaching a file automatically. Then I resorted to
System. Web namespace but here also it does not take the SMTP server's
address automatically. I have to mention it. The application on which I am
working is a general purpose application and user might not be knowing the
server's address. Is there anyway through which it can take the server's
address automatically?
All responses are welcome.