Mailbox(String, String) - конструктор |
Initializes a new instance of the
Mailbox class.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public Mailbox(
string address,
string routingType
)
Public Sub New (
address As String,
routingType As String
)
public:
Mailbox(
String^ address,
String^ routingType
)
new :
address : string *
routingType : string -> Mailbox
Параметры
- address
- Тип: SystemString
The address used to reference the user mailbox. - routingType
- Тип: SystemString
The routing type of the address used to reference the user mailbox.
См. также