API to add new member

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
 
H

Hugh Pyle [MSFT]

The member role should use the internal string, "$Telespace.Member", instead
of "Participant". (The other options are "$Telespace.Manager" and
"$Telespace.Guest").

--
Hugh Pyle / Program Manager / Microsoft Office Groove
http://blogs.msdn.com/hughpyle/

This posting is provided "AS IS" with no warranties, and confers no rights.


in message news:[email protected]...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top