"My Subject" Field, Groupwise Object API
There used to be a query on how to access the "My Subject" field in the "Personalize" tab of Groupwise 8. I do not know if this person is still interested.
Groupwise Type Library... so far in Groupwise 8, Groupwise 'Note 9' object type has a property called, Personal, PersonalSubject, Categories... etc.
Note Object is a type of Message Object and is a Subclass... etc.
So I grabbed current Message. Then, what I did was I Set the message I grabbed to my VAR, then, I assign the MessageObj.PersonalSubject = "Whatever"
Then, the "My Subject" Field has been modified. =)
|