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