FolderId(WellKnownFolderName, Mailbox) - конструктор |
Initializes a new instance of the
FolderId class. Use this constructor
to link this FolderId to a well known folder (e.g. Inbox, Calendar or Contacts) in a
specific mailbox.
Пространство имён:
Tessa.Exchange.WebServices.Data
Сборка:
Tessa.Server (в Tessa.Server.dll) Версия: 3.5.0.19
Синтаксис public FolderId(
WellKnownFolderName folderName,
Mailbox mailbox
)
Public Sub New (
folderName As WellKnownFolderName,
mailbox As Mailbox
)
public:
FolderId(
WellKnownFolderName folderName,
Mailbox^ mailbox
)
new :
folderName : WellKnownFolderName *
mailbox : Mailbox -> FolderId
Параметры
- folderName
- Тип: Tessa.Exchange.WebServices.DataWellKnownFolderName
The folder name used to initialize the FolderId. - mailbox
- Тип: Tessa.Exchange.WebServices.DataMailbox
The mailbox used to initialize the FolderId.
См. также