#7234
embru
Participant

    This answer doesn’t help me. What is to do, when i want to change the properties. My Code look as follows:

    set mClient = oClient
    set mMsg = mClient.ClientState.CommandMessage
    MsgBox(mMsg.TaskPriority)
    mMsg.TaskPriority = 2
    msgBox(mMsg.TaskPriority)

    Something is missing. The first MsgBox tell me the actual TaskPriority. The following Code is ignored, the second MsgBox will not be shown and the TaskPriority has the same value as before.

    Thanks