EmailAddressDictionaryTryGetValue - метод
Tries to get the e-mail address associated with the specified key.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public bool TryGetValue(
EmailAddressKey key,
out EmailAddress emailAddress
)
Public Function TryGetValue (
key As EmailAddressKey,
<OutAttribute> ByRef emailAddress As EmailAddress
) As Boolean
public:
bool TryGetValue(
EmailAddressKey key,
[OutAttribute] EmailAddress^% emailAddress
)
member TryGetValue :
key : EmailAddressKey *
emailAddress : EmailAddress byref -> bool
- key EmailAddressKey
- The key.
- emailAddress EmailAddress
-
When this method returns, contains the e-mail 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 e-mail address associated with the specified key; otherwise, false.