Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using CDO to set message categories..
Message
From
03/05/2001 13:22:50
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Using CDO to set message categories..
Miscellaneous
Thread ID:
00503148
Message ID:
00503148
Views:
59
Hi,
I have a VFP6 application which talks to Exchange using CDO. It works great except for one thing...

I am trying to programmatically change the 'categories' property of mail messages. I can read the categories but not change them.

Assuming "loMessage" is my message object, "myArray=loMessage.categories" retrieves the categories into array called myArray.

However, "loMessage.categories=myArray" fails.

Something like "loMessage.catgeories(1)='new value'" also fails. There is plenty of sample code for Visual Basic and CDO (as usual), which suggests "loMessage.categories()(1)='new value'". What is the equivalent of these double parentheses in VFP?

Has somebody else tried this?

Thanks
Phil
Next
Reply
Map
View

Click here to load this message in the networking platform