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 250
Search took 0.93 seconds.
Search: Posts made by: Eric Legault [MVP - Outlook]
Forum: Outlook and VBA March 12th 10, 02:45 PM Posted to microsoft.public.outlook.program_vba
Replies: 2
Views: 606
Views on multiple folders

Views are stored as hidden items in the root of a user's Mailbox. I wouldn't
worry too much about having hundreds of them - there should be a neglible
impact on storage and performance.

--
Eric...
Forum: Outlook and VBA January 15th 10, 08:59 PM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 875
Programmatically scheduling WebEx meetings through Outlook

I'm afraid your request doesn't really have anything to do with Outlook
programming. If there's a COM API for WebEx, then you can use VBA or a COM
Add-In to automate it. See WebEx for support...
Forum: Outlook and VBA September 28th 09, 03:33 PM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 533
Usage of InternetOpen from Outlook VB Add-in

This wouldn't be an issue with Outlook in any way. Your dealing with factors
like web browsers and OS performance/configuration that's beyond Outlook's
control.

--
Eric Legault - Outlook MVP,...
Forum: Outlook and VBA September 28th 09, 03:30 PM Posted to microsoft.public.outlook.program_vba
Replies: 2
Views: 499
Disable control CTRL button when dragging items/folders - Outlook

You can't disable it, but you can cancel this action before it is committed.
If you trap the BeforeItemCopy/Paste events for the Explorer object, you can
set the Cancel argument to true. However,...
Forum: Outlook and VBA September 4th 09, 07:37 PM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 600
Push a single contact through to excel

Sure, all of this is definitely possible.

For starters, there's a code sample here that can get you started:
http://www.helenfeddema.com/CodeSamples.htm#Code41

Basically, you need to familiarize...
Forum: Outlook and VBA September 2nd 09, 03:56 PM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 913
Error in Outlook Object Model with redemption and google apps prem

Where exactly are you getting the error? Can you add more error handling
around the .Save and .Send methods to narrow it down?

Also, why are you calling "OutlookApp = New Outlook.Application"...
Forum: Outlook and VBA September 2nd 09, 05:10 AM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 1,268
For Each loop not getting all Email Items

You're not the only one who has encountered this issue - nearly every Outlook
developer comes across this at some point!

The problem is you are deleting e-mails, thus altering the population of the...
Forum: Outlook and VBA September 2nd 09, 03:34 AM Posted to microsoft.public.outlook.program_vba
Replies: 2
Views: 1,105
Change Start Time in Recurrence of an Appointment

How familiar are you with the Outlook Object Model?

Regardless, try reviewing the example here and let me know if you need any
clarification or further...
Forum: Outlook and VBA September 2nd 09, 03:29 AM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 724
Grab info from attachment and put into SQL db

There's no quick and easy answer, but I can guide you down the path.

First, this is a must read:

How to process incoming messages in Microsoft Outlook:...
Forum: Outlook and VBA September 1st 09, 06:32 AM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 992
Junk Mail Controls

You can use the SendKeys method to automate those keystrokes:

http://msdn.microsoft.com/en-us/library/8c6yea83(VS.85).aspx

However, you'll probably be better off just customizing your menu bar to...
Forum: Outlook and VBA August 18th 09, 06:18 AM Posted to microsoft.public.outlook.program_vba
Replies: 2
Views: 1,485
How to write a macro to search inbox for certain numbers

It's actually pretty simple, one line of code:

ActiveExplorer.Search("My search text",
Outlook.OlSearchScope.olSearchScopeCurrentFolder)

See the developer reference for more information:

Search...
Forum: Outlook - Using Forms April 3rd 09, 07:49 PM Posted to microsoft.public.outlook.program_forms
Replies: 3
Views: 516
Custom Appointment Form Message Body Deleted upon reply.

If you are referring to the message that is created when the user chooses to
edit their response to the meetinq request when replying - that is a
different form class: IPM.Schedule.Meeting.Resp. ...
Forum: Outlook and VBA April 3rd 09, 07:35 PM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 443
How do I set up macro for adobe

This isn't really a programming question. It sounds like you just want the
Adobe Reader application to be the registered file handler for .tif documents
- something you need to configure in...
Forum: Outlook - Using Forms November 20th 08, 04:17 AM Posted to microsoft.public.outlook.program_forms
Replies: 3
Views: 373
Multiple session per meeting?

If there are different locations and times for these meetings, wouldn't it
make more sense to store them as separate Appointment items?

Your requirements are very thin, but Outlook is capable of...
Forum: Outlook - Using Forms November 20th 08, 04:15 AM Posted to microsoft.public.outlook.program_forms
Replies: 2
Views: 332
How do I update the message field in an appointment form?

Hi Alex. What exactly is the relationship between items in a Contact folder
and how they are supposed to interact with these new appointment forms? Do
you want to link Appointment A with Contact...
Forum: Outlook - Using Forms November 20th 08, 04:09 AM Posted to microsoft.public.outlook.program_forms
Replies: 6
Views: 692
Message body (all my custom form labels/data) disappears when

I'm still missing some key information. This is a custom IPM.Note form,
correct? Are you using (or do you want) a separate read layout, so you have
two form designs - one for the compose version...
Forum: Outlook - Using Forms November 19th 08, 05:32 AM Posted to microsoft.public.outlook.program_forms
Replies: 6
Views: 692
Message body (all my custom form labels/data) disappears when repl

I don't quite understand - are you saying that you want a user to reply to
your custom form that they have received, and have that same custom form
inserted as an attachment in the new reply?

BTW,...
Forum: Outlook - Using Forms November 19th 08, 05:26 AM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 606
Create Outlook Form with two approval Levels

Hi Steve. That's a very, very general question. Can you be more specific
please?

--
Eric Legault [MVP - Outlook]
MCDBA, MCTS (Messaging & Collaboration, SharePoint Infrastructure, MOSS 2007
&...
Forum: Outlook - Using Forms November 19th 08, 05:24 AM Posted to microsoft.public.outlook.program_forms
Replies: 2
Views: 451
Naming userform makes Textbox control malfunction

Hi MarceepooNu. The UserForm_Initialize event should never be renamed - it
doesn't have anything to do with the name of the form and is the same for
ALL forms.

As for the problem listed in...
Forum: Outlook - Using Forms November 19th 08, 05:18 AM Posted to microsoft.public.outlook.program_forms
Replies: 4
Views: 409
Help migrating custom form to Oulook 2007 from OL02

Hi Eddie. For the search results, if you take one of those Contacts that
doesn't open in your custom form and manually locate that Contact in its
source folder and open it there, does it open...
Forum: Outlook and VBA October 1st 08, 04:54 PM Posted to microsoft.public.outlook.program_vba
Replies: 13
Views: 1,515
VBA toggle Outlook '03 Word email editor on/off

The problem is the "IsWordEditor" method you're calling - there's no such
thing! Also, call ActiveInspector as below, and *after* the e-mail is
displayed:


Set OutlookApp =...
Forum: Outlook and VBA September 22nd 08, 04:52 PM Posted to microsoft.public.outlook.program_vba
Replies: 2
Views: 1,164
select ALL option

You don't necessarily have to call .Display. Try accessing the value of the
..Body (or even .HTMLBody) property and using that instead of the
clipboard/SendKeys.

--
Eric Legault [MVP -...
Forum: Outlook - Using Forms September 22nd 08, 04:47 PM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 585
Can we add extra buttons or something similar at meeting response

Unfortunately, you can't customize the main tab/page of that form. You
could always build a COM Add-In (or even use VBScript behind the customized
Meeting Request form) that adds a custom toolbar...
Forum: Outlook and VBA September 18th 08, 12:33 AM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 1,294
Custom Task Form

This is Outlook code, so it's going to create an Outlook Task form, not an
Access form.

Even customized Task forms use the same properties and methods as the
TaskItem object. So yes - assign it...
Forum: Outlook and VBA September 17th 08, 08:03 PM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 1,294
Custom Task Form

You need to specify the class name of the custom form with the
MAPIFolder.Items.Add method for the folder where you want to create it:

Sub AddForm()
Dim myOlApp As New outlook.Application
Dim...
Showing results 1 to 25 of 250

 
Forum Jump

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