AttendeeCollectionAdd(String, String) - метод
Adds a attendee to the collection.
Пространство имён: Tessa.Exchange.WebServices.DataСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
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 String
- The name of the attendee.
- smtpAddress String
- The SMTP address of the attendee.
AttendeeAn Attendee instance initialized with the provided name and SMTP address.