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 15 of 15
Search took 0.07 seconds.
Search: Posts made by: MB34
Forum: Outlook and VBA July 21st 09, 11:10 PM Posted to microsoft.public.outlook.program_vba
Replies: 9
Views: 1,449
Posted By MB34
TaskItem assignment

On Jul 21, 3:43*pm, MB34 wrote:
On Jul 21, 3:19*pm, "Ken Slovak - [MVP - Outlook]"



wrote:
Yes, exact matches and if there are duplicates...
Forum: Outlook and VBA July 21st 09, 09:43 PM Posted to microsoft.public.outlook.program_vba
Replies: 9
Views: 1,449
Posted By MB34
TaskItem assignment

On Jul 21, 3:19*pm, "Ken Slovak - [MVP - Outlook]"
wrote:
Yes, exact matches and if there are duplicates that can throw things off
too.

--
Ken Slovak
[MVP -...
Forum: Outlook and VBA July 21st 09, 09:13 PM Posted to microsoft.public.outlook.program_vba
Replies: 9
Views: 1,449
Posted By MB34
TaskItem assignment

On Jul 21, 3:06*pm, MB34 wrote:
You don't have to save first, sending will do that. I'd add a subject and
due date at minimum also though before sending.

...
Forum: Outlook and VBA July 21st 09, 09:06 PM Posted to microsoft.public.outlook.program_vba
Replies: 9
Views: 1,449
Posted By MB34
TaskItem assignment

You don't have to save first, sending will do that. I'd add a subject and
due date at minimum also though before sending.

Already doing that, I just commented them out like this:
...
Forum: Outlook and VBA July 10th 09, 04:01 PM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 203
Posted By MB34
About LastModificationTime on _AppointmentItem

Seems our Exchange server was 10 minutes ahead of my system. That
would cause this problem. My system is not on the domain so
I do not get my time synced with the PDC like the Exchange...
Forum: Outlook and VBA July 10th 09, 02:44 PM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 203
Posted By MB34
About LastModificationTime on _AppointmentItem

On Jul 9, 12:24 pm, "Ken Slovak - [MVP - Outlook]"
wrote:
That property is specific to each item. Modifying one item won't change the
property on any others.

How are you...
Forum: Outlook and VBA July 9th 09, 04:52 PM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 203
Posted By MB34
About LastModificationTime on _AppointmentItem

I'm finding that when I read the LstModificationTime from some
_AppointmentItems, it is returning a timestamp from the FUTURE!

Now, when you update an item, does the LastModifiedTime get reset...
Forum: Outlook and VBA July 9th 09, 03:14 PM Posted to microsoft.public.outlook.program_vba
Replies: 5
Views: 717
Posted By MB34
Obtain property value by name

On Jul 8, 2:32 pm, "Sue Mosher [MVP]" wrote:
Or use Item.ItemProperties.Item("property name") for simple, non-object
properties.

Thanks, Michael and Sue...



In the...
Forum: Outlook and VBA July 8th 09, 08:17 PM Posted to microsoft.public.outlook.program_vba
Replies: 5
Views: 717
Posted By MB34
Obtain property value by name

Need to access Appointment property by propertyname.
How to do that?

Let's say I want to write a function and pass a property name and then
return the value:
{Delphi}
...
Forum: Outlook and VBA July 8th 09, 04:25 PM Posted to microsoft.public.outlook.program_vba
Replies: 5
Views: 717
Posted By MB34
Obtain property value by name

Need to access Appointment property by propertyname.
How to do that?

Let's say I want to write a function and pass a property name and then
return the value:
{Delphi}
function getPropValue(Propname:...
Forum: Outlook and VBA June 29th 09, 06:43 PM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 709
Posted By MB34
Check Profile info

On Jun 29, 8:36*am, MB34 wrote:
I need to know how to check, when the OL Object is instantiated, the
default profile's email address.
We want to check to see if the...
Forum: Outlook and VBA June 29th 09, 02:36 PM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 709
Posted By MB34
Check Profile info

I need to know how to check, when the OL Object is instantiated, the
default profile's email address.
We want to check to see if the email of the user logged into our
application is the same as the...
Forum: Outlook and VBA June 26th 09, 05:18 PM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 1,026
Posted By MB34
Restrict Appointments by EntryID not working

On Jun 26, 11:12*am, MB34 wrote:
(Using Delphi)
Trying to restrict AppointmentItems by EntryID like below:

* * * * * Folder * *:= Namespace.GetDefaultFolder(...
Forum: Outlook and VBA June 26th 09, 05:12 PM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 1,026
Posted By MB34
Restrict Appointments by EntryID not working

(Using Delphi)
Trying to restrict AppointmentItems by EntryID like below:

Folder := Namespace.GetDefaultFolder( olFolderCalendar );
Items := Folder.Items;
...
Forum: Outlook and VBA June 26th 09, 05:03 PM Posted to microsoft.public.outlook.program_vba
Replies: 0
Views: 859
Posted By MB34
Task Item UserProperties question

On Jun 24, 10:15*am, MB34 wrote:
I need to add a user property to my TaskItems. How could I add it to
the Task FOLDER so I can use the Restrict
method to filter...
Showing results 1 to 15 of 15

 
Forum Jump

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