ImAddressDictionaryTryGetValue - метод
Tries to get the IM address associated with the specified key.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public bool TryGetValue(
ImAddressKey key,
out string imAddress
)
Public Function TryGetValue (
key As ImAddressKey,
<OutAttribute> ByRef imAddress As String
) As Boolean
public:
bool TryGetValue(
ImAddressKey key,
[OutAttribute] String^% imAddress
)
member TryGetValue :
key : ImAddressKey *
imAddress : string byref -> bool
- key ImAddressKey
- The key.
- imAddress String
-
When this method returns, contains the IM address associated with the specified key,
if the key is found; otherwise, null. This parameter is passed uninitialized.
Boolean
true if the Dictionary contains an IM address associated with the specified key; otherwise, false.