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.6.0.22
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 WellKnownFolderName
- The folder name used to initialize the FolderId.
- mailbox Mailbox
- The mailbox used to initialize the FolderId.