A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Default Recipient/E-mail 'Submit' button possible?



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old September 14th 07, 02:14 AM posted to microsoft.public.outlook.program_forms
Jeff
external usenet poster
 
Posts: 153
Default Default Recipient/E-mail 'Submit' button possible?

Hi,

I'm working in Exchange 2k3. I'm designing a message form in Outlook 2003
for Outlook XP users.
I'm hoping there is a way to design a 'Submit' button that users of the form
can click to send the message to the default recipient (with me being able to
program the default).
Any help is greatly appreciated. Thanks in advance.
Jeff
Ads
  #2  
Old September 17th 07, 06:16 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Default Recipient/E-mail 'Submit' button possible?

Yes, that's possible if all the recipients are internal and you have permission to publish forms to the Organizational Forms library on the Exchange server.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Jeff" wrote in message ...
Hi,

I'm working in Exchange 2k3. I'm designing a message form in Outlook 2003
for Outlook XP users.
I'm hoping there is a way to design a 'Submit' button that users of the form
can click to send the message to the default recipient (with me being able to
program the default).
Any help is greatly appreciated. Thanks in advance.
Jeff

  #3  
Old September 17th 07, 11:42 PM posted to microsoft.public.outlook.program_forms
Jeff
external usenet poster
 
Posts: 153
Default Default Recipient/E-mail 'Submit' button possible?

Hi Sue,

Yes, it's just one, internal address to which I'd like the forms sent. Can
you point me in the right direction? Thanks in advance.
Jeff

"Sue Mosher [MVP-Outlook]" wrote:

Yes, that's possible if all the recipients are internal and you have permission to publish forms to the Organizational Forms library on the Exchange server.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Jeff" wrote in message ...
Hi,

I'm working in Exchange 2k3. I'm designing a message form in Outlook 2003
for Outlook XP users.
I'm hoping there is a way to design a 'Submit' button that users of the form
can click to send the message to the default recipient (with me being able to
program the default).
Any help is greatly appreciated. Thanks in advance.
Jeff


  #4  
Old September 18th 07, 02:57 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Default Recipient/E-mail 'Submit' button possible?

It's not the address of the form's final destination that matters, but the users who will be sending to that address. Are they all internal? And can you publish the form to the Organizational Forms Library? If the answer to both is Yes, the code might look like this, where cmdSubmit is the name of the button:

Sub cmdSubmit_Click()
Item.To = "some address"
Item.Send
End Sub
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Jeff" wrote in message ...
Hi Sue,

Yes, it's just one, internal address to which I'd like the forms sent. Can
you point me in the right direction? Thanks in advance.
Jeff

"Sue Mosher [MVP-Outlook]" wrote:

Yes, that's possible if all the recipients are internal and you have permission to publish forms to the Organizational Forms library on the Exchange server.


"Jeff" wrote in message ...
Hi,

I'm working in Exchange 2k3. I'm designing a message form in Outlook 2003
for Outlook XP users.
I'm hoping there is a way to design a 'Submit' button that users of the form
can click to send the message to the default recipient (with me being able to
program the default).
Any help is greatly appreciated. Thanks in advance.
Jeff


  #5  
Old September 18th 07, 06:12 PM posted to microsoft.public.outlook.program_forms
Jeff
external usenet poster
 
Posts: 153
Default Default Recipient/E-mail 'Submit' button possible?

Hi Sue,

Forgive me if this is redundant but I didn't see my reply show up on the
thread. Could you point me in the right direction for how to do this?
Thanks in advance.

Jeff

"Sue Mosher [MVP-Outlook]" wrote:

Yes, that's possible if all the recipients are internal and you have permission to publish forms to the Organizational Forms library on the Exchange server.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Jeff" wrote in message ...
Hi,

I'm working in Exchange 2k3. I'm designing a message form in Outlook 2003
for Outlook XP users.
I'm hoping there is a way to design a 'Submit' button that users of the form
can click to send the message to the default recipient (with me being able to
program the default).
Any help is greatly appreciated. Thanks in advance.
Jeff


  #6  
Old September 18th 07, 07:34 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Default Recipient/E-mail 'Submit' button possible?

Sorry, but I'm not sure what you mean by the "this" in how to do this. It's not the address of the form's final destination that matters, but the users who will be sending to that address. Are they all internal? And can you publish the form to the Organizational Forms Library? If the answer to both is Yes, the code might look like this, where cmdSubmit is the name of the button:

Sub cmdSubmit_Click()
Item.To = "some address"
Item.Send
End Sub

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Jeff" wrote in message ...
Hi Sue,

Forgive me if this is redundant but I didn't see my reply show up on the
thread. Could you point me in the right direction for how to do this?
Thanks in advance.

Jeff

"Sue Mosher [MVP-Outlook]" wrote:

Yes, that's possible if all the recipients are internal and you have permission to publish forms to the Organizational Forms library on the Exchange server.




"Jeff" wrote in message ...
Hi,

I'm working in Exchange 2k3. I'm designing a message form in Outlook 2003
for Outlook XP users.
I'm hoping there is a way to design a 'Submit' button that users of the form
can click to send the message to the default recipient (with me being able to
program the default).
Any help is greatly appreciated. Thanks in advance.
Jeff


  #7  
Old September 20th 07, 12:58 AM posted to microsoft.public.outlook.program_forms
Jeff
external usenet poster
 
Posts: 153
Default Default Recipient/E-mail 'Submit' button possible?

Hi Sue,

Sorry about that repost etc. Yes, all the users are internal and I can
publish to the OFL. What I meant by "this" is exactly what you provided - a
sample for me to work with. I'll work with the code you suggested. Thanks
so much.
Jeff

"Sue Mosher [MVP-Outlook]" wrote:

Sorry, but I'm not sure what you mean by the "this" in how to do this. It's not the address of the form's final destination that matters, but the users who will be sending to that address. Are they all internal? And can you publish the form to the Organizational Forms Library? If the answer to both is Yes, the code might look like this, where cmdSubmit is the name of the button:

Sub cmdSubmit_Click()
Item.To = "some address"
Item.Send
End Sub

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Jeff" wrote in message ...
Hi Sue,

Forgive me if this is redundant but I didn't see my reply show up on the
thread. Could you point me in the right direction for how to do this?
Thanks in advance.

Jeff

 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
the missing send to mail recipient button [email protected] Outlook Express 4 August 6th 07 05:02 AM
Outlook as default "Sent To" Mail Recipient anthony Outlook - General Queries 4 July 4th 07 10:37 PM
Recipient addresses are removed from the To: box when send button clicked brodden Outlook - General Queries 1 August 23rd 06 02:11 PM
Where can we submit feature requests or suggestions for Office 2007? Nocturnal Outlook - General Queries 1 May 31st 06 05:53 PM
Submit Fax, Obtain Approval, Approver Releases, Fax Archived GHTROUT Outlook - Fax Functions 3 February 15th 06 05:45 AM


All times are GMT +1. The time now is 11:30 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.