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 28
Search took 0.39 seconds.
Search: Posts made by: Rafael[_2_]
Forum: Outlook and VBA April 2nd 09, 01:34 AM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 506
Posted By Rafael[_2_]
Set Custom View

I tried all these methods without success and I decided to go the hard way
about it but it works just like I want it.

Here is what I did:

1. Configure the view they way I want it (fields,...
Forum: Outlook - Using Forms October 25th 07, 05:08 AM Posted to microsoft.public.outlook.program_forms
Replies: 5
Views: 416
Posted By Rafael[_2_]
How to schedule a live meeting via outlook object model

If I understand correctly the requirement here, you need to use the Live
Meeting API
to be able create LM appointments. See this link for a download of the API
docs which have info on how to do...
Forum: Outlook - Using Forms October 22nd 07, 09:04 PM Posted to microsoft.public.outlook.program_forms
Replies: 4
Views: 1,321
Posted By Rafael[_2_]
Save Calendar item to iCal format

Ah Sue thanks for the step-by-step. That really did it. The answer is 8!

Thanks much once again!

Rafael

"Sue Mosher [MVP-Outlook]" wrote:

Same answer - look it up using the object browser and...
Forum: Outlook - Using Forms October 22nd 07, 06:59 PM Posted to microsoft.public.outlook.program_forms
Replies: 4
Views: 1,321
Posted By Rafael[_2_]
Save Calendar item to iCal format

Thanks Sue.

I had tried this already but the example I see there is for VBA only which I
am not able to traslate to VBScript. The VBScript example only talks about
saving to text. I know the...
Forum: Outlook - Using Forms October 22nd 07, 05:48 PM Posted to microsoft.public.outlook.program_forms
Replies: 4
Views: 1,321
Posted By Rafael[_2_]
Save Calendar item to iCal format

All,

I have not been able to find a good example on saving an Outlook Calendar
item as iCal (ics) using vbscript from a form. Any idea on what the Const
variable should be set to or is there an...
Forum: Outlook - Using Forms October 14th 07, 11:29 PM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 258
Posted By Rafael[_2_]
Outlook 2003 SP3 24+ contacts limit in Terminal server env

Update:

When I run my VSTO AddIn against an Outlook 2007 client on my Exchange 2003
env, I get the following error:
"Your server administrator has limited the number of items you can open...
Forum: Outlook - Using Forms October 14th 07, 06:21 PM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 258
Posted By Rafael[_2_]
Outlook 2003 SP3 24+ contacts limit in Terminal server env

All,

I have an Outlook 2003 SP3 with Exchange 2003 Sp1 environment and I've
noticed there's a limitation to the number of contacts I can create or update
programmatically. The magic number seems...
Forum: Outlook - Using Forms September 26th 07, 11:27 PM Posted to microsoft.public.outlook.program_forms
Replies: 10
Views: 943
Posted By Rafael[_2_]
Disable Outlook 2007 automatic meeting update

Meeting Details is the name of my custom page.

It is tricky as the meeting request comes in as a meeting request message
class but Microsoft changed the behavior of Outlook 2007 and although it...
Forum: Outlook - Using Forms September 26th 07, 04:52 PM Posted to microsoft.public.outlook.program_forms
Replies: 10
Views: 943
Posted By Rafael[_2_]
Disable Outlook 2007 automatic meeting update

Your suggestion did not solve my issue Sue but then again I did not try the
using the explicit form. However, regardless of how I bring up an
appointment, the form substitution would still show...
Forum: Outlook - Using Forms September 26th 07, 04:28 PM Posted to microsoft.public.outlook.program_forms
Replies: 10
Views: 943
Posted By Rafael[_2_]
Disable Outlook 2007 automatic meeting update

I can't say I've tried that but that won't look any different to Outlook and
when the meeting update is received. Regardless, Outlook 2007 by default
will process meeting updates automatically and...
Forum: Outlook - Using Forms September 26th 07, 03:48 PM Posted to microsoft.public.outlook.program_forms
Replies: 10
Views: 943
Posted By Rafael[_2_]
Disable Outlook 2007 automatic meeting update

Hey Sue thanks for revisiting this issue. I'll try to explain better.

I created a custom appointment form which has one additional page called
Meeting Details. On this new page, we enter "internal...
Forum: Outlook - Using Forms September 9th 07, 03:10 AM Posted to microsoft.public.outlook.program_forms
Replies: 0
Views: 622
Posted By Rafael[_2_]
NewMailEx Code runs only once...

I came across the code below and it is by far the most consistent method to
check for new emails that I've found.

Any how, the only problem I have is that it I receive multiple (two) meeting...
Forum: Outlook - Using Forms September 7th 07, 08:04 PM Posted to microsoft.public.outlook.program_forms
Replies: 10
Views: 943
Posted By Rafael[_2_]
Disable Outlook 2007 automatic meeting update

The issue is that when Outlook 2007 processes the meeting update, some how my
custom form does not get updated even though the NEW information/data is part
of the meeting update message.

I made...
Forum: Outlook - Using Forms September 6th 07, 07:06 PM Posted to microsoft.public.outlook.program_forms
Replies: 10
Views: 943
Posted By Rafael[_2_]
Disable Outlook 2007 automatic meeting update

All,

It appears that Outlook 2007 automatically updates your calendar item when
you receive a meeting update which is something Outlook 2003 did not do. I
get a button on the email message that...
Forum: Outlook and VBA August 27th 07, 04:38 PM Posted to microsoft.public.outlook.program_vba
Replies: 2
Views: 402
Posted By Rafael[_2_]
Current Apponitment Send function

Thanks Ken!

"Ken Slovak - [MVP - Outlook]" wrote:

No, it's all or none.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Forum: Outlook and VBA August 26th 07, 01:52 AM Posted to microsoft.public.outlook.program_vba
Replies: 2
Views: 402
Posted By Rafael[_2_]
Current Apponitment Send function

Is it possible to send an update of the current appointment (opened in
inspector) to only certain members of the recipients list programmatically?

I've tried a few things and I always get prompted...
Forum: Outlook - Using Forms August 20th 07, 09:32 PM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 456
Posted By Rafael[_2_]
Create Meeting Request message from current appointment?

I must clarify that I am aware that this button already exists but I want to
control the content of my meeting request programmatically and not have to
test every single meeting request going out...
Forum: Outlook - Using Forms August 20th 07, 08:48 PM Posted to microsoft.public.outlook.program_forms
Replies: 1
Views: 456
Posted By Rafael[_2_]
Create Meeting Request message from current appointment?

All,

Is it possible to generate a meeting request message from an opened
appointment item?

I want to create a button on a custom form that will allow me to
programmatically generate a meeting...
Forum: Outlook - Using Forms August 17th 07, 08:42 PM Posted to microsoft.public.outlook.program_forms
Replies: 16
Views: 1,229
Posted By Rafael[_2_]
Outlook Form Regions

Ken,

If I modify the form region on the meeting request form, the data is
preserved it appears. All I need to do if possible is to take the data from
the current item's form region and add it to...
Forum: Outlook - Using Forms August 17th 07, 07:50 PM Posted to microsoft.public.outlook.program_forms
Replies: 16
Views: 1,229
Posted By Rafael[_2_]
Outlook Form Regions

I'm starting to get the hint Ken. I see why Sue gave up on this stuff some
years ago.

Well, is back to custom form then. Thanks for your help!

Rafael

"Ken Slovak - [MVP - Outlook]" wrote:

...
Forum: Outlook - Using Forms August 17th 07, 06:38 PM Posted to microsoft.public.outlook.program_forms
Replies: 16
Views: 1,229
Posted By Rafael[_2_]
Outlook Form Regions

As I mentioned earlier the data I enter on the IPM.Appointment form remains
on my side at least but it does not make it to the message going out on
IPM.Schedule.Meeting.Request form.

Do you have a...
Forum: Outlook - Using Forms August 17th 07, 06:18 PM Posted to microsoft.public.outlook.program_forms
Replies: 16
Views: 1,229
Posted By Rafael[_2_]
Outlook Form Regions

OutlookSpy is a great tool indeed but I do not the data from my form region
anywhere.

"Ken Slovak - [MVP - Outlook]" wrote:

Get hold of a MAPI viewer such as OutlookSpy (www.dimastr.com) and...
Forum: Outlook - Using Forms August 17th 07, 04:22 PM Posted to microsoft.public.outlook.program_forms
Replies: 16
Views: 1,229
Posted By Rafael[_2_]
Outlook Form Regions

I must admin I'm not clear on what "test" I need to do to confirm this. It
is apparent that the data is being stipped out at some point so not sure how
to test where this happens.

Rafael

"Ken...
Forum: Outlook - Using Forms August 17th 07, 02:48 PM Posted to microsoft.public.outlook.program_forms
Replies: 16
Views: 1,229
Posted By Rafael[_2_]
Outlook Form Regions

The controls are bound to custom fields I created/user properties. And when
I receive the meeting invite, I am able to type data into the Form Region,
save the calendar Item and exit Outlook. ...
Forum: Outlook - Using Forms August 17th 07, 01:30 PM Posted to microsoft.public.outlook.program_forms
Replies: 16
Views: 1,229
Posted By Rafael[_2_]
Outlook Form Regions

The Form Region is displayed with blank controls.

The controls are blank on the meeting request as well on my sent items.

Thanks,

Rafael

"Sue Mosher [MVP-Outlook]" wrote:
Showing results 1 to 25 of 28

 
Forum Jump

All times are GMT +1. The time now is 05:52 PM.


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