Forum: Outlook and VBA
July 21st 09, 11:10 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 9
Views: 1,449
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
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
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
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
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
|
Forum: Outlook and VBA
July 9th 09, 04:52 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 4
Views: 203
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
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
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
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
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
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
|
Forum: Outlook and VBA
June 26th 09, 05:12 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 1
Views: 1,026
|
Forum: Outlook and VBA
June 26th 09, 05:03 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 0
Views: 859
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...
|