Starts to set a phone from the user. Phone will be published for other people if the publish flag is set.

Namespace:  Microsoft.Lync.Model
Assembly:  Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)

Syntax

C#
public 
IAsyncResult 
BeginSetPhone(
	

ContactEndpointType 
phoneType,
	
string 
phoneUri,
	
bool 
toBePublished,
	
AsyncCallback 
selfCallback,
	
Object 
state
)

See Also