GroupMember(Contact, EmailAddressKey) - конструктор |
Initializes a new instance of the
GroupMember class from a Contact instance indexed by the specified key.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public GroupMember(
Contact contact,
EmailAddressKey emailAddressKey
)
Public Sub New (
contact As Contact,
emailAddressKey As EmailAddressKey
)
public:
GroupMember(
Contact^ contact,
EmailAddressKey emailAddressKey
)
new :
contact : Contact *
emailAddressKey : EmailAddressKey -> GroupMember
Параметры
- contact
- Тип: Tessa.Exchange.WebServices.DataContact
The contact to link to. - emailAddressKey
- Тип: Tessa.Exchange.WebServices.DataEmailAddressKey
The contact's e-mail address to link to.
См. также