473,763 Members | 8,980 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

New Outlook message via browser

The business requirement is relatively simple:
Automatically open a new mail message using the default mail client (Outlook
2003) and attach a document located on the server.

Obviously we need to open the New Mail Message on the client so we are
trying to determine if this is possible by setting the content type and
streaming the content to the browser.

TIA,
- Marc Castrechini
Feb 26 '07 #1
11 1868
1: i am assuming you want to open the client's outlook with an attachment
from the server? i do not think this is possible since file to be attached
must be on client pc

2: why do you not use the normal mail classess and simulate a front end like
outlook add new message.

personally i hate sites that open my outlook. i prefer those that have a
form
"Marc Castrechini" <ca******@newsg roup.nospamwrot e in message
news:e2******** ******@TK2MSFTN GP05.phx.gbl...
The business requirement is relatively simple:
Automatically open a new mail message using the default mail client
(Outlook 2003) and attach a document located on the server.

Obviously we need to open the New Mail Message on the client so we are
trying to determine if this is possible by setting the content type and
streaming the content to the browser.

TIA,
- Marc Castrechini

Feb 26 '07 #2
I appreciate the feedback. The custom client is something we have
considered and we will probably go that route if need be, however ...

Unfortunately, the users prefer to use their standard mail system
(centralized message tracking, comfort level. etc) as opposed to a custom
client. I am less worried about the attachment and more concerened with
creating the new message so if that poses a complication to anyone please
disregard the attachment requirement.

TIA,
- Marc

"Evan Camilleri" <e7***@yahoo.co .uk.nospamwrote in message
news:OE******** ********@TK2MSF TNGP06.phx.gbl. ..
1: i am assuming you want to open the client's outlook with an attachment
from the server? i do not think this is possible since file to be attached
must be on client pc

2: why do you not use the normal mail classess and simulate a front end
like outlook add new message.

personally i hate sites that open my outlook. i prefer those that have a
form
"Marc Castrechini" <ca******@newsg roup.nospamwrot e in message
news:e2******** ******@TK2MSFTN GP05.phx.gbl...
>The business requirement is relatively simple:
Automaticall y open a new mail message using the default mail client
(Outlook 2003) and attach a document located on the server.

Obviously we need to open the New Mail Message on the client so we are
trying to determine if this is possible by setting the content type and
streaming the content to the browser.

TIA,
- Marc Castrechini


Feb 26 '07 #3
go for it.
who cares what some random guy named Camilleri thinks about sites that use a
form.
it'll be great
Feb 26 '07 #4
If you don't need attachments this is just a mailto link :
http://support.microsoft.com/kb/188019/en-us
"Marc Castrechini" <ca******@newsg roup.nospama écrit dans le message de
news: Oj************* *@TK2MSFTNGP04. phx.gbl...
>I appreciate the feedback. The custom client is something we have
considered and we will probably go that route if need be, however ...

Unfortunately, the users prefer to use their standard mail system
(centralized message tracking, comfort level. etc) as opposed to a custom
client. I am less worried about the attachment and more concerened with
creating the new message so if that poses a complication to anyone please
disregard the attachment requirement.

TIA,
- Marc

"Evan Camilleri" <e7***@yahoo.co .uk.nospamwrote in message
news:OE******** ********@TK2MSF TNGP06.phx.gbl. ..
>1: i am assuming you want to open the client's outlook with an attachment
from the server? i do not think this is possible since file to be
attached must be on client pc

2: why do you not use the normal mail classess and simulate a front end
like outlook add new message.

personally i hate sites that open my outlook. i prefer those that have a
form
"Marc Castrechini" <ca******@newsg roup.nospamwrot e in message
news:e2******* *******@TK2MSFT NGP05.phx.gbl.. .
>>The business requirement is relatively simple:
Automatical ly open a new mail message using the default mail client
(Outlook 2003) and attach a document located on the server.

Obviously we need to open the New Mail Message on the client so we are
trying to determine if this is possible by setting the content type and
streaming the content to the browser.

TIA,
- Marc Castrechini



Feb 26 '07 #5
On Feb 26, 6:45 pm, "Marc Castrechini" <castr...@newsg roup.nospam>
wrote:
The business requirement is relatively simple:
Automatically open a new mail message using the default mail client (Outlook
2003) and attach a document located on the server.

Obviously we need to open the New Mail Message on the client so we are
trying to determine if this is possible by setting the content type and
streaming the content to the browser.

TIA,
- Marc Castrechini
ClientScript.Re gisterStartupSc ript(this.GetTy pe(), "email",
"window.locatio n='mailto:xx*@x xx.xxx",true);

if you don't care about blank page it took...

Response.Redire ct("mailto:xx*@ xxx.xxx");

Feb 26 '07 #6
Eventually I am going to need attachments so I would prefer to look for
something a little more robust than the mailto, but thank you for the
feedback.

- Marc
"Patrice" <http://www.chez.com/scribe/wrote in message
news:ee******** ******@TK2MSFTN GP02.phx.gbl...
If you don't need attachments this is just a mailto link :
http://support.microsoft.com/kb/188019/en-us
"Marc Castrechini" <ca******@newsg roup.nospama écrit dans le message de
news: Oj************* *@TK2MSFTNGP04. phx.gbl...
>>I appreciate the feedback. The custom client is something we have
considered and we will probably go that route if need be, however ...

Unfortunatel y, the users prefer to use their standard mail system
(centralized message tracking, comfort level. etc) as opposed to a custom
client. I am less worried about the attachment and more concerened with
creating the new message so if that poses a complication to anyone please
disregard the attachment requirement.

TIA,
- Marc

"Evan Camilleri" <e7***@yahoo.co .uk.nospamwrote in message
news:OE******* *********@TK2MS FTNGP06.phx.gbl ...
>>1: i am assuming you want to open the client's outlook with an
attachment from the server? i do not think this is possible since file
to be attached must be on client pc

2: why do you not use the normal mail classess and simulate a front end
like outlook add new message.

personally i hate sites that open my outlook. i prefer those that have a
form
"Marc Castrechini" <ca******@newsg roup.nospamwrot e in message
news:e2****** ********@TK2MSF TNGP05.phx.gbl. ..
The business requirement is relatively simple:
Automaticall y open a new mail message using the default mail client
(Outlook 2003) and attach a document located on the server.

Obviously we need to open the New Mail Message on the client so we are
trying to determine if this is possible by setting the content type and
streaming the content to the browser.

TIA,
- Marc Castrechini



Feb 26 '07 #7
Sorry, I didn't specify that we were curious if we could implement a
solutions using explicitly a MIME type. Sort of like setting up a calendar
item for someone using vcal.

- Marc
"Marc Castrechini" <ca******@newsg roup.nospamwrot e in message
news:e2******** ******@TK2MSFTN GP05.phx.gbl...
The business requirement is relatively simple:
Automatically open a new mail message using the default mail client
(Outlook 2003) and attach a document located on the server.

Obviously we need to open the New Mail Message on the client so we are
trying to determine if this is possible by setting the content type and
streaming the content to the browser.

TIA,
- Marc Castrechini

Feb 26 '07 #8
On Feb 26, 7:52 pm, "Marc Castrechini" <castr...@newsg roup.nospam>
wrote:
Eventually I am going to need attachments so I would prefer to look for
something a little more robust than the mailto, but thank you for the
feedback.
Marc, you want to interact with a client, and this is almost
impossible. I think that sending to the mailto js is the best way,
although I forgot about attachments. First of all, the attachment can
be only from the local drive or file share. Why not to add a simple
"text" link to the file in the email body (Download me at http://..../blabla.zip)?
As you want to use that for Outlook users you can also try the
following: Outlook has templates *.oft, you can send to client a
template where you can also specify a link a file. The template can be
either predefined (saved from File-Save As), or designed by the
program. And final way which is normally - I think - should be
recommended - ActiveX.

Feb 26 '07 #9
So if you need attachments :
- you'll need to download those files to the client side
- you'll have to use a script to handle the mail client but you'll need
altered security settings to be able to do so plus it will work for a
specific mail client.

Try for example :
http://www.codeproject.com/useritems...Javascript.asp


"Marc Castrechini" <ca******@newsg roup.nospama écrit dans le message de
news: eP************* *@TK2MSFTNGP06. phx.gbl...
Eventually I am going to need attachments so I would prefer to look for
something a little more robust than the mailto, but thank you for the
feedback.

- Marc
"Patrice" <http://www.chez.com/scribe/wrote in message
news:ee******** ******@TK2MSFTN GP02.phx.gbl...
>If you don't need attachments this is just a mailto link :
http://support.microsoft.com/kb/188019/en-us
"Marc Castrechini" <ca******@newsg roup.nospama écrit dans le message de
news: Oj************* *@TK2MSFTNGP04. phx.gbl...
>>>I appreciate the feedback. The custom client is something we have
considered and we will probably go that route if need be, however ...

Unfortunately , the users prefer to use their standard mail system
(centralize d message tracking, comfort level. etc) as opposed to a
custom client. I am less worried about the attachment and more
concerened with creating the new message so if that poses a complication
to anyone please disregard the attachment requirement.

TIA,
- Marc

"Evan Camilleri" <e7***@yahoo.co .uk.nospamwrote in message
news:OE****** **********@TK2M SFTNGP06.phx.gb l...
1: i am assuming you want to open the client's outlook with an
attachment from the server? i do not think this is possible since file
to be attached must be on client pc

2: why do you not use the normal mail classess and simulate a front end
like outlook add new message.

personally i hate sites that open my outlook. i prefer those that have
a form
"Marc Castrechini" <ca******@newsg roup.nospamwrot e in message
news:e2***** *********@TK2MS FTNGP05.phx.gbl ...
The business requirement is relatively simple:
Automatical ly open a new mail message using the default mail client
(Outlook 2003) and attach a document located on the server.
>
Obviously we need to open the New Mail Message on the client so we are
trying to determine if this is possible by setting the content type
and streaming the content to the browser.
>
TIA,
- Marc Castrechini
>




Feb 26 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
12089
by: Google Mike | last post by:
I've got RH9 Linux with default PHP. Is there a way to send email on Linux to an Exchange Server from PHP and/or other tools when there is *NOT* SMTP access? Has anyone figured out a way to use PHP to get inside an OWA (Microsoft Outlook Web Access) website to send email that way? The reason I ask is because my corporate office is going to do away with our rogue SMTP server access and force everything through Exchange
3
7965
by: scott | last post by:
Anyone have a link to syntax that could create an outlook vcard file format? all examples i find are for doing it inside outlook with .net. i'm just looking for an ASP solution.
7
6811
by: Dean Spencer | last post by:
Can anyone help? I am importing Emails from Outlook using the following code: Public Function ScanInbox(SubjectLine As String) Dim TempRst As Recordset Dim OlApp As Outlook.Application Dim Inbox As Outlook.MAPIFolder Dim InboxItems As Outlook.Items Dim Mailobject As Object Set OlApp = CreateObject("Outlook.Application")
23
5977
by: andyoye | last post by:
How can I launch Outlook on users machines when they click a button on a web form (InfoPath)? Thanks
0
9387
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10148
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9823
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8822
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7368
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5270
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5406
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3917
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3528
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.