S
Simon
Hi,
I want to use the API to add a knowen contact to a workspace, I do the
following :
Memeber member = new Member() ;// Create a member object
member.URI = <PASSED IN> ;// assing the URL
member.Role = "Participant" ;// assing the URL
memberService.Create(member);
I then accept the invetaion on the 'other' pc, it says its sending it back,
but it never arrives on the sending PC , if I use the GUI, it works fine, so
its not a network issue.
Thanks
I want to use the API to add a knowen contact to a workspace, I do the
following :
Memeber member = new Member() ;// Create a member object
member.URI = <PASSED IN> ;// assing the URL
member.Role = "Participant" ;// assing the URL
memberService.Create(member);
I then accept the invetaion on the 'other' pc, it says its sending it back,
but it never arrives on the sending PC , if I use the GUI, it works fine, so
its not a network issue.
Thanks