AttendeeCollectionAdd(String, String) - метод |
Adds a attendee to the collection.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public Attendee Add(
string name,
string smtpAddress
)
Public Function Add (
name As String,
smtpAddress As String
) As Attendee
public:
Attendee^ Add(
String^ name,
String^ smtpAddress
)
member Add :
name : string *
smtpAddress : string -> Attendee
Параметры
- name
- Тип: SystemString
The name of the attendee. - smtpAddress
- Тип: SystemString
The SMTP address of the attendee.
Возвращаемое значение
Тип:
AttendeeAn Attendee instance initialized with the provided name and SMTP address.
См. также