|
UpdatePresence |
Top Previous Next |
|
UpdatePresence(From: String; Online: Boolean; Msg: String); - Delphi syntax UpdatePresence(string from, bool online, string msg); - C# syntax UpdatePresence(From As String, Online As Boolean, Msg As String); - VB.NET syntax HRESULT UpdatePresence([in] BSTR From, [in] VARIANT_BOOL Online, [in] BSTR Msg); - IDL/COM syntax
Description Sends the presence update to “From” user agent. |