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 25 of 32
Search took 0.07 seconds.
Search: Posts made by: Jeff C
Forum: Outlook and VBA November 5th 09, 02:19 PM Posted to microsoft.public.outlook.program_vba
Replies: 8
Views: 1,093
Posted By Jeff C
If Item.senderemailaddress Problem

--
Jeff C
Live Well .. Be Happy In All You Do


"Sue Mosher [MVP]" wrote:

In Outlook 2007, what value do you see for SentOnBehalfOf?

Well, the code using
Forum: Outlook and VBA November 5th 09, 01:14 PM Posted to microsoft.public.outlook.program_vba
Replies: 8
Views: 1,093
Posted By Jeff C
If Item.senderemailaddress Problem

--
Jeff C
Live Well .. Be Happy In All You Do


"Sue Mosher [MVP]" wrote:

In Outlook 2007, what value do you see for SentOnBehalfOf?

With the code being in "thisoutlooksession" module, I can't...
Forum: Outlook and VBA November 4th 09, 07:53 PM Posted to microsoft.public.outlook.program_vba
Replies: 8
Views: 1,093
Posted By Jeff C
If Item.senderemailaddress Problem

--
Jeff C
Live Well .. Be Happy In All You Do


"Sue Mosher [MVP]" wrote:

Outlook version? By "Send As account," do you mean that you're sending as
another Exchange user? If so, try looking at...
Forum: Outlook and VBA November 4th 09, 07:19 PM Posted to microsoft.public.outlook.program_vba
Replies: 8
Views: 1,093
Posted By Jeff C
If Item.senderemailaddress Problem

--
Jeff C
Live Well .. Be Happy In All You Do


"Sue Mosher [MVP]" wrote:

Outlook version? By "Send As account," do you mean that you're sending as
another Exchange user? If so, try looking at...
Forum: Outlook and VBA November 4th 09, 02:14 PM Posted to microsoft.public.outlook.program_vba
Replies: 8
Views: 1,093
Posted By Jeff C
If Item.senderemailaddress Problem

I have been trying alternatives to the code below with no luck at all. The
code works fine but am trying to add the if condition to only BCC the strBCC
if I am using my Send As account in the...
Forum: Outlook - Using Forms January 13th 09, 07:29 PM Posted to microsoft.public.outlook.program_forms
Replies: 0
Views: 335
Posted By Jeff C
Strange error message

For nearly a year I have been utilizing forms and the command line function
with Windows Task scheduler to send out an email with an attachment every
morning and it has been working without...
Forum: Outlook - Using Forms October 8th 08, 08:11 PM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 304
Posted By Jeff C
form message field

Sorry for the cross-post

How do you enter text into the message fioeld of a message form? I have a
message form created and I want to add a message that will be included
everytime it is sent. I...
Forum: Outlook and VBA December 18th 06, 04:56 PM Posted to microsoft.public.outlook.program_vba
Replies: 22
Views: 2,850
Posted By Jeff C
Open Email For Edit????

I do believe that trying to integrate that code into what I have working
already (thanks to your help), is beyond me, so I will work with what I have
here. Thanks to you Sue.
--
Jeff C
Live Well...
Forum: Outlook and VBA December 18th 06, 04:02 PM Posted to microsoft.public.outlook.program_vba
Replies: 22
Views: 2,850
Posted By Jeff C
Open Email For Edit????

I am wondering if, since you cannot turn off the signature, there would be a
way to position the signature in this WordMail document so that is is
inserted after the text report instead of before...
Forum: Outlook and VBA December 15th 06, 03:57 PM Posted to microsoft.public.outlook.program_vba
Replies: 22
Views: 2,850
Posted By Jeff C
Open Email For Edit????

There are several things going on. First thing,
Outlook 2003 (11.8010.8107) SP2

The code is running in the OnClick Event on an MS Access form. A report is
exported to the specified directory in...
Forum: Outlook and VBA December 15th 06, 02:35 PM Posted to microsoft.public.outlook.program_vba
Replies: 22
Views: 2,850
Posted By Jeff C
Open Email For Edit????

Thank you Sue

Things work now, interesting that it worked a couple times and then stopped
working. I discovered that when it quit working it was actually creating and
saving the emails in my...
Forum: Outlook and VBA December 15th 06, 01:20 PM Posted to microsoft.public.outlook.program_vba
Replies: 22
Views: 2,850
Posted By Jeff C
Open Email For Edit????

Sue: This is really slick!! I have a problem though and another question.

This is what I am using now:

DoCmd.DoMenuItem acFormBar, acRecordsMenu, acSaveRecord, , acMenuVer70
...
Forum: Outlook and VBA December 15th 06, 02:14 AM Posted to microsoft.public.outlook.program_vba
Replies: 22
Views: 2,850
Posted By Jeff C
Open Email For Edit????

Is there an example I could look at somewhere you could point me too? The
procedures you are referencing are a bit beyond my knowledge at this point.
But I would really like to figure this out. ...
Forum: Outlook and VBA December 15th 06, 12:29 AM Posted to microsoft.public.outlook.program_vba
Replies: 22
Views: 2,850
Posted By Jeff C
Open Email For Edit????

Thanks Sue:

You originally helped me as I was assembling the code I have been using
here.

Are you saying that:

doc.Activate
doc.MailEnvelope.EnvelopeShow
Forum: Outlook and VBA December 14th 06, 11:29 PM Posted to microsoft.public.outlook.program_vba
Replies: 22
Views: 2,850
Posted By Jeff C
Open Email For Edit????

--
Jeff C
Live Well .. Be Happy In All You Do


"Dmitry Streblechenko" wrote:

Hmmm.. I don't use Word for anything e-mail related, but it looks like you'd
be better off explicitly creating an...
Forum: Outlook and VBA December 14th 06, 09:57 PM Posted to microsoft.public.outlook.program_vba
Replies: 22
Views: 2,850
Posted By Jeff C
Open Email For Edit????

Dmitry:

I have tried inserting that call on every line before Display and it does
allow Outlook to open but the message body is empty (the mailenvelope.item
exported report is missing)
--
Jeff...
Forum: Outlook and VBA December 14th 06, 08:43 PM Posted to microsoft.public.outlook.program_vba
Replies: 22
Views: 2,850
Posted By Jeff C
Open Email For Edit????

This is the entire code that I changed to reflect your suggestion. The code
just runs without any breaks, the report is exported in rtf format but
outlook does not open and no mail is displayed.

...
Forum: Outlook and VBA December 14th 06, 07:24 PM Posted to microsoft.public.outlook.program_vba
Replies: 22
Views: 2,850
Posted By Jeff C
Open Email For Edit????

Thanks for your help Dmitry, but that doesn't seem to work. The code runs
without an error but there is no email generated. What could that be??
--
Jeff C
Live Well .. Be Happy In All You...
Forum: Outlook and VBA December 14th 06, 05:53 PM Posted to microsoft.public.outlook.program_vba
Replies: 22
Views: 2,850
Posted By Jeff C
Open Email For Edit????

I am using the following to send a simple text report in the message body of
an Outlook email (Office 2003) from an MS Access database tool. Because of
the security features I get the warning...
Forum: Outlook - Using Forms December 7th 06, 02:37 PM Posted to microsoft.public.outlook.program_forms
Replies: 2
Views: 460
Posted By Jeff C
outlook gives message 2 or 3 times per day

Sorry, guess I should try and figure out where I am at, I apologize
--
Jeff C
Live Well .. Be Happy In All You Do


"Jeff C" wrote:

There is a forum just like this one only for Outlook. You will...
Forum: Outlook - Using Forms December 7th 06, 02:31 PM Posted to microsoft.public.outlook.program_forms
Replies: 2
Views: 460
Posted By Jeff C
outlook gives message 2 or 3 times per day

There is a forum just like this one only for Outlook. You will probably have
better luck posting your question there rather here in the MS Access Database
Forum.
--
Jeff C
Live Well .. Be Happy...
Forum: Outlook - Calandaring November 8th 06, 08:44 PM Posted to microsoft.public.outlook.calendaring
Replies: 0
Views: 424
Posted By Jeff C
Message to Calendar

Using Outlook from Office professional 2003 and Exchange Server in small
business. How can I place message in certain employees calendars over a
period of time?

If I am going to be gone for two...
Forum: Outlook - Using Forms October 16th 06, 08:35 PM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 286
Posted By Jeff C
Emailing a form

Is this an Outlook Form or a form in MS Access? There is a big difference.
If Outlook form, you will be better served in the Outlook Forum or at
OutlookCode.com. If an MS Access form you would...
Forum: Outlook and VBA September 27th 06, 11:34 PM Posted to microsoft.public.outlook.program_vba
Replies: 0
Views: 519
Posted By Jeff C
Open For Edit

Is there a way to open the email message for edit using the openEnvelope or
Routing Slip?
--
Jeff C
Live Well .. Be Happy In All You Do
Forum: Outlook and VBA June 21st 06, 03:06 PM Posted to microsoft.public.outlook.program_vba
Replies: 11
Views: 2,698
Posted By Jeff C
Edit MailEnvelope.Item Before .Send

Sue, thank you! That works just great and I appreciate you. Since I have
been finding so much in the Outlook Coding website and with all your help, I
am ordering your book today :).


--
Jeff...
Showing results 1 to 25 of 32

 
Forum Jump

All times are GMT +1. The time now is 10:09 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.