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 34
Search took 0.19 seconds.
Search: Posts made by: soworl
Forum: Outlook and VBA April 10th 08, 10:20 PM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 835
Posted By soworl
how to get the Appointment End property

so strange,

it's ok with Subject property.
If I use below code instead of End Property, Dismiss() works fine.


string subject = (string)t.InvokeMember("Subject",
...
Forum: Outlook and VBA April 10th 08, 07:04 PM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 835
Posted By soworl
how to get the Appointment End property

Hi,

Thanks for quick reply.
I had same problem before.

If I use below code, Dismiss() dose not work.
without below code, Dismiss() works fine T.T
Is there any other way to get End time?
Forum: Outlook and VBA April 10th 08, 02:28 AM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 835
Posted By soworl
how to get the Appointment End property

Hello,

I don't know how I can get the "End" property of Appointment.

Please, advise me.

Thanks,
soworl
=================================================
#region event handlers
Forum: Outlook and VBA April 4th 08, 05:01 PM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 1,197
Posted By soworl
WCF Service

thanks for your quick help!

I have MS Offoice 2003 Pro SP3.
Since I google a lot, I found Microsoft Visual Studio 2008/.NET Framework
3.5 also has something for Office(VSTO).
I'm currently reading...
Forum: Outlook and VBA April 3rd 08, 09:12 PM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 1,197
Posted By soworl
WCF Service

Can you give me some useful link or recommand books?

It's hard to find without some knowledge.

Thanks,
soworl

"Norman Yuan" wrote:

You need to use VSTO to create Outlook VSTO Add-in, and cosume...
Forum: Outlook and VBA April 3rd 08, 06:47 PM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 1,197
Posted By soworl
WCF Service

Hi All,

Is it possible to call WCF Service from outlook (Visual Basic Editor)?

if it is, how we can call.
please, give me some useful link or sample.

Thanks for your help,
soworl
Forum: Outlook and VBA April 3rd 08, 04:38 PM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 553
Posted By soworl
WIndows API Timer operations / wrapper class ?

Hello,

I need some advice about below issue.
Welcome useful link.

Thanks,
soworl

=================================================
For that scenario, you could use a wrapper class to maintain...
Forum: Outlook and VBA April 2nd 08, 11:35 PM Posted to microsoft.public.outlook.program_vba
Replies: 12
Views: 1,383
Posted By soworl
reminder question

and also different appointments can end at same time.


"soworl" wrote:

Thanks for quick response.

If there are multiple appointments and the end time dose not have rules
which means NOT...
Forum: Outlook and VBA April 2nd 08, 11:33 PM Posted to microsoft.public.outlook.program_vba
Replies: 12
Views: 1,383
Posted By soworl
reminder question

Thanks for quick response.

If there are multiple appointments and the end time dose not have rules
which means NOT FIFO, is it possible to recognize?

for example,
first appointment: starts at...
Forum: Outlook and VBA April 2nd 08, 10:13 PM Posted to microsoft.public.outlook.program_vba
Replies: 12
Views: 1,383
Posted By soworl
reminder question

Thanks Sue,
it is really helpful.

I works like that I want.

I have another problem. can you advise me?
thing is,
Here is the sinario.
When Reminder Fires,
(1) get the Item.End time,
Forum: Outlook and VBA April 1st 08, 11:23 PM Posted to microsoft.public.outlook.program_vba
Replies: 12
Views: 1,383
Posted By soworl
reminder question

as I understand,

Item return the reminder object when BeforeReminderShow is call, not
appointment object.
that's why my code (objRem.End) causes error.


I can get the appointment item from the...
Forum: Outlook and VBA April 1st 08, 10:27 PM Posted to microsoft.public.outlook.program_vba
Replies: 12
Views: 1,383
Posted By soworl
reminder question

Now, I solve one step using below code.
but still have some questions.

Is it possible to know the Appointment.EndTime using Reminder or Reminders?
I only can find below property in Reminder....
Forum: Outlook and VBA April 1st 08, 04:01 PM Posted to microsoft.public.outlook.program_vba
Replies: 12
Views: 1,383
Posted By soworl
reminder question

Hi Sue,

What do you mean the current version of outlook, 2007?

I'm using 2003.
Does that mean there is no way to solve this problem?

Please, advise me.

thanks,
Forum: Outlook and VBA March 28th 08, 04:10 PM Posted to microsoft.public.outlook.program_vba
Replies: 12
Views: 1,383
Posted By soworl
reminder question

is there any way to dismiss when Application_Reminder is called.

I need to excute some code when reminder called, then I'd like to dismiss
that reminder without clicking the dismiss button.

when...
Forum: Outlook - Calandaring March 27th 08, 10:44 PM Posted to microsoft.public.outlook.calendaring
Replies: 1
Views: 523
Posted By soworl
for Reminder

is there any way to dismiss when Application_Reminder is called.

I need to excute some code when reminder called, then I'd like to dismiss
that reminder without clicking the dismiss button.

when...
Forum: Outlook and VBA February 7th 08, 06:33 PM Posted to microsoft.public.outlook.program_vba
Replies: 23
Views: 3,900
Posted By soworl
close reminder window programatically

Hi,

I found why the dismiss occurs error.
Dismisse affects active reminders.
"A reminder is active if its IsVisible property is set to True."
So in colReminders_BeforeReminderShow, we cannot use...
Forum: Outlook and VBA February 7th 08, 12:16 AM Posted to microsoft.public.outlook.program_vba
Replies: 23
Views: 3,900
Posted By soworl
close reminder window programatically

so funny~

compare below two code,
It looks like,
just define Reminder, it affects something.

That means I have to find other solution. T.T

1 Reminder is not show up. nothing happen except one...
Forum: Outlook and VBA February 6th 08, 09:13 PM Posted to microsoft.public.outlook.program_vba
Replies: 23
Views: 3,900
Posted By soworl
close reminder window programatically

I tested either Reminder.Dismiss(2) or set ReminderSet(1) = False.
I didn't do both.

I changed, For i = colReminders.Count To 1 Step -1.
but still same happens. (it call beforeReminderShow...
Forum: Outlook and VBA February 6th 08, 05:34 PM Posted to microsoft.public.outlook.program_vba
Replies: 23
Views: 3,900
Posted By soworl
close reminder window programatically

Hi,

so strange...

I tested several ways.
1 objItem.ReminderSet = False - no error but reminder still fires
2 objRem.Dismiss - error occures, Run-time error'5' Invalid procudure
call or...
Forum: Outlook and VBA February 6th 08, 12:12 AM Posted to microsoft.public.outlook.program_vba
Replies: 23
Views: 3,900
Posted By soworl
close reminder window programatically

Hi,

I found way to get Appointment item object, see below code.
but I get another problem - -;
Even I set objItem.ReminderSet = False, it is called multiple.
I want to call doSomething just one...
Forum: Outlook and VBA February 5th 08, 08:39 PM Posted to microsoft.public.outlook.program_vba
Replies: 23
Views: 3,900
Posted By soworl
close reminder window programatically

thanks for your quick help.

I chaged some code, and it works fine.
now I have another problem which is getting Item object in the
BeforeReminderShow.
When I use Application_Reminder, I can get the...
Forum: Outlook and VBA February 5th 08, 05:36 PM Posted to microsoft.public.outlook.program_vba
Replies: 23
Views: 3,900
Posted By soworl
close reminder window programatically

Hi,

''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
Private Sub Application_Startup()
Initialize_handler
End Sub

Private Sub...
Forum: Outlook and VBA February 5th 08, 04:35 PM Posted to microsoft.public.outlook.program_vba
Replies: 23
Views: 3,900
Posted By soworl
close reminder window programatically

security settings : medium

What happens if you put the cursor in Application_Startup() and press F5,
- nothing T.T

when i run the outlook, it asks whether enable macro or not.
I click enable...
Forum: Outlook and VBA February 4th 08, 11:23 PM Posted to microsoft.public.outlook.program_vba
Replies: 23
Views: 3,900
Posted By soworl
close reminder window programatically

so rear..

the code is in thisOutlookSession.
it used to call myolapp_Reminder, but not now.


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

Are any macros working? What happens if you put the cursor in...
Forum: Outlook and VBA February 4th 08, 09:04 PM Posted to microsoft.public.outlook.program_vba
Replies: 23
Views: 3,900
Posted By soworl
close reminder window programatically

thanks for your help.

I modified my source for test, but it's not working.
I cannot see the msg box, "Do you want to view the reminder"

do you know what's...
Showing results 1 to 25 of 34

 
Forum Jump

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