J
John Scalco
Hi,
I was wondering if it's possible to open an Outlook 'new mail' dialog and
insert an attachment from an ASP.Net web page.
I'm trying to run this from the Intranet and the I do have outlook on my
desktop machine, which is where I am opening the page from, as would other
folks here.
I put together some code (C#), which works wonderfully from a winforms app,
but in the webforms when it hits the Outlook.Appliaction ol = new
Outlook.ApplicationClass();
it dies... times out with an exception "access denied"
I suspect that this might be possible, but is related to the permissions on
the site.
Is there anyway to do this?
and while I'm asking, is there anyway to determine if outlook is installed
(from a client or server) programmatically... aside from catching an
exception if it fails?
thanks for your help in advance,
Sincerely,
John Scalco
I was wondering if it's possible to open an Outlook 'new mail' dialog and
insert an attachment from an ASP.Net web page.
I'm trying to run this from the Intranet and the I do have outlook on my
desktop machine, which is where I am opening the page from, as would other
folks here.
I put together some code (C#), which works wonderfully from a winforms app,
but in the webforms when it hits the Outlook.Appliaction ol = new
Outlook.ApplicationClass();
it dies... times out with an exception "access denied"
I suspect that this might be possible, but is related to the permissions on
the site.
Is there anyway to do this?
and while I'm asking, is there anyway to determine if outlook is installed
(from a client or server) programmatically... aside from catching an
exception if it fails?
thanks for your help in advance,
Sincerely,
John Scalco