Jump to content

Office Communicator Event Callback Parameters


anandchakru
 Share

Recommended Posts

Hi I have this piece of code to show a MsgBox whenever a conversation window opens up in Office Communicator

I'm able to do this successfully so far, But I want to get the Members in the communicator Windows which just opened up.

Global $oOAppComm = ObjCreate("Communicator.UIAutomation")
Global $testComm = ObjEvent($oOAppComm, "oOApp_Comm_")
while 1
WEnd
Func oOApp_Comm_OnIMWindowCreated($sOL_EntryId)
     MsgBox(64, "Communicator Event", "From : ") ;I want the member names here
EndFunc

I'm not able to find out how to handle $sOL_EntryId object thats been passed to oOApp_Comm_OnIMWindowCreated method.

Even If anyone can help me figure how to find the type of the object and the properties it has, It would greatly help me.

Any help appreciated !!

`A

[font="Book Antiqua"]Thanks`A[/font]
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...