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 » Search Forums
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Showing results 1 to 21 of 21
Search took 0.03 seconds.
Search: Posts made by: Boyd
Forum: Outlook - Using Forms May 15th 08, 05:22 PM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 504
Posted By Boyd
Sending Custom Form from Access

I have the following Access VBA code to automatically send a custom
form:

Set myOlApp = CreateObject("Outlook.Application")
Set myNameSpace = myOlApp.GetNamespace("MAPI")
Set myFolder =...
Forum: Outlook - Using Forms August 23rd 07, 12:16 AM Posted to microsoft.public.outlook.program_forms
Replies: 0
Views: 232
Posted By Boyd
Form Not Received by Recipient

I'm using a custom form (Outlook2003), published to the Organizational
Forms Library, for gathering budget data from users. Each user is
listed as a budget contact for records in my budget...
Forum: Outlook - Using Forms March 29th 07, 09:01 PM Posted to microsoft.public.outlook.program_forms
Replies: 2
Views: 1,008
Posted By Boyd
Get Windows Username

Perfect!
Thanks Sue.
Forum: Outlook - Using Forms March 29th 07, 08:03 PM Posted to microsoft.public.outlook.program_forms
Replies: 2
Views: 1,008
Posted By Boyd
Get Windows Username

I'm using the following code with my custom form:

Sub cmdSubmit_Click()
Dim oWsNetwork
Set oWsNetwork = CreateObject("WScript.Network")
Dim strUsername
Set strUsername = oWsNetwork.UserName
Set...
Forum: Outlook and VBA January 30th 07, 09:51 PM Posted to microsoft.public.outlook.program_vba
Replies: 11
Views: 2,403
Posted By Boyd
Custom Form Send Permissions

On Jan 30, 3:19 pm, "Dmitry Streblechenko" wrote:
What exactly dod you mean by "undeliverable"? What is thee exact error
message?

Dmitry Streblechenko...
Forum: Outlook and VBA January 30th 07, 07:58 PM Posted to microsoft.public.outlook.program_vba
Replies: 11
Views: 2,403
Posted By Boyd
Custom Form Send Permissions

Thanks Dmitry. I changed the "SentOnBehalfOfName" to the user's email
address, instead of the outlook account name, but the user is still
receiving the returned "undeliverable" message.

Does...
Forum: Outlook and VBA January 29th 07, 07:37 PM Posted to microsoft.public.outlook.program_vba
Replies: 11
Views: 2,403
Posted By Boyd
Custom Form Send Permissions

I'm running into another snag when using "SentOnBehalfOfName". My
custom form isn't responding to it consistently. My command button
has the following code within the Click event:
Set objPage =...
Forum: Outlook and VBA December 15th 06, 07:21 PM Posted to microsoft.public.outlook.program_vba
Replies: 11
Views: 2,403
Posted By Boyd
Custom Form Send Permissions

Thanks Sue and Dmitry!
Using "SentOnBehalfOfName" seems to work perfectly.

Boyd

Sue Mosher [MVP-Outlook] wrote:
Thanks! (The object browser is your friend, Boyd.)

--
Sue Mosher, Outlook MVP
Forum: Outlook and VBA December 15th 06, 03:50 AM Posted to microsoft.public.outlook.program_vba
Replies: 11
Views: 2,403
Posted By Boyd
Custom Form Send Permissions

Thanks Sue, I appreciate the prompt reply.
With "Item.SendOnBehalfOfName" behind my submit button, I receive the
following error: "Object doesn't support this property or method".
Any ideas??

Boyd
Forum: Outlook and VBA December 14th 06, 07:08 PM Posted to microsoft.public.outlook.program_vba
Replies: 11
Views: 2,403
Posted By Boyd
Custom Form Send Permissions

I've created a custom Outlook form that is published to the
Organizational Forms Library. The process for which this form is used
is as follows:
1) From within Access, I have code that opens an...
Forum: Outlook - Using Forms September 29th 06, 11:58 PM Posted to microsoft.public.outlook.program_forms
Replies: 2
Views: 780
Posted By Boyd
vbScript Not Firing

Thanks Hollis .. I wasn't aware of the recipients collection object.
I'm guessing the vbScript fired, but network connectivity issues
prevented the form from sending when the user clicked the...
Forum: Outlook - Using Forms September 28th 06, 09:13 PM Posted to microsoft.public.outlook.program_forms
Replies: 2
Views: 780
Posted By Boyd
vbScript Not Firing

I have a custom message form published to the Organizational Forms
Library. On the form is a button with the following code behind the
Click Event:

Item.To = "
Item.Send

For 99%...
Forum: Outlook - Using Forms September 25th 06, 11:34 PM Posted to microsoft.public.outlook.program_forms
Replies: 3
Views: 433
Posted By Boyd
Custom Form Versions

Thanks Sue, I appreciate your response.
I'll definitely try clearing the cache.
So I understand correctly, once Outlook finds a copy of the form in the
Personal Forms Library, it won't even look in...
Forum: Outlook - Using Forms September 25th 06, 10:15 PM Posted to microsoft.public.outlook.program_forms
Replies: 3
Views: 433
Posted By Boyd
Custom Form Versions

I have a custom form published to the Organizational Forms Library
(OFL). I email this form to a number of individuals, they open the
email, enter a comment in a text box, then send it back. When...
Forum: Outlook - Using Forms March 16th 06, 04:05 PM Posted to microsoft.public.outlook.program_forms
Replies: 7
Views: 588
Posted By Boyd
Custom Form can't be Delivered

Paul,
I'm not sure what's incorrect about my vbScript.
"Item.To" and "Item.Send" are legitimate commands, are they not?

Boyd
Forum: Outlook - Using Forms March 16th 06, 04:03 PM Posted to microsoft.public.outlook.program_forms
Replies: 7
Views: 588
Posted By Boyd
Custom Form can't be Delivered

Thanks Sue.
Is there a way to hide the "Forward" button from displaying on my form?
I think this may confuse users into clicking "Forward", as opposed to
clicking my command button.

Boyd
Forum: Outlook - Using Forms March 16th 06, 12:01 AM Posted to microsoft.public.outlook.program_forms
Replies: 7
Views: 588
Posted By Boyd
Custom Form can't be Delivered

I have a custom form which I plan on sending to employees on a weekly
basis. They enter #'s in custom textfields, and send the form on to my
supervisor. Their method of sending the form is by...
Forum: Outlook - Using Forms January 11th 06, 07:13 PM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 826
Posted By Boyd
Send Form Definition Alternative - No OFL Rights

Is there an alternative to sending a custom form's definition without
checking the "Send form definition with item" checkbox? Here is my
situation:
I'm in a scenario where I don't have rights to...
Forum: Outlook - Using Forms January 10th 06, 10:24 PM Posted to microsoft.public.outlook.program_forms
Replies: 3
Views: 1,046
Posted By Boyd
Custom Form One-Off Fix?

Hollis .. Thanks for the insight. My current situation does not allow
me to publish forms to the Organizational Forms Library. If so, this
whole process would most likely run smoother.
I've pretty...
Forum: Outlook - Using Forms January 9th 06, 03:45 AM Posted to microsoft.public.outlook.program_forms
Replies: 3
Views: 1,046
Posted By Boyd
Custom Form One-Off Fix?

My last reply failed to mention some basic parameters. I'm using
Office 2003, and am attached to an Exchange server (not sure of the
version). The form will not be published in a folder where...
Forum: Outlook - Using Forms January 9th 06, 03:22 AM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 854
Posted By Boyd
Custom Form One-Off Fix?

Hollis - Thanks again for your help. It seems that Google had some
issues with a delay in posting messages. My responses on Friday took a
while to show up ... and one didn't seem to show up at...
Showing results 1 to 21 of 21

 
Forum Jump

All times are GMT +1. The time now is 03:02 PM.


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.