J
jp2msft
I've got some forms that our internal application has generated, and our
departments want the ability to email these reports to others.
Whenever I create HTML pages, I can display them quickly using:
Process.Start("IExplore.exe", m_strPhoneFile); // C#
How would I go about sending an Office Outlook Email?
Can my file still have the HTML extension, or should I rename it to ".EML"
or something?
Where is the executable for Office Outlook stored?
departments want the ability to email these reports to others.
Whenever I create HTML pages, I can display them quickly using:
Process.Start("IExplore.exe", m_strPhoneFile); // C#
How would I go about sending an Office Outlook Email?
Can my file still have the HTML extension, or should I rename it to ".EML"
or something?
Where is the executable for Office Outlook stored?