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.6.0.22
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 Contact
- The contact to link to.
- emailAddressKey EmailAddressKey
- The contact's e-mail address to link to.