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