Для изменения размера нажмите или перетащите

PhysicalAddressDictionaryTryGetValue - метод

Tries to get the physical address associated with the specified key.

Пространство имён:  Tessa.Exchange.WebServices.Data
Сборка:  Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис
public bool TryGetValue(
	PhysicalAddressKey key,
	out PhysicalAddressEntry physicalAddress
)

Параметры

key
Тип: Tessa.Exchange.WebServices.DataPhysicalAddressKey
The key.
physicalAddress
Тип: Tessa.Exchange.WebServices.DataPhysicalAddressEntry
When this method returns, contains the physical address associated with the specified key, if the key is found; otherwise, null. This parameter is passed uninitialized.

Возвращаемое значение

Тип: Boolean
true if the Dictionary contains a physical address associated with the specified key; otherwise, false.
См. также