Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

Ews.GetFolderIdAsync Method

Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 8.0.9673)

GetFolderIdAsync(EwsSpecialFolder, Object)

Gets full ID (native Exchange ID and Change key) of a special exchange folder.

Declaration
public Task<EwsFolderId> GetFolderIdAsync(EwsSpecialFolder folder, object state = null)
Parameters
Type Name Description
EwsSpecialFolder folder

Distinguished folder name.

Object state

An object containing state information for this request.

Returns
Type Description
Task<EwsFolderId>

ID of an distinguished exchange folder.

GetFolderIdAsync(EwsFolderId, Object)

Gets full ID (native Exchange ID and Change key) of an exchange folder.

Declaration
public Task<EwsFolderId> GetFolderIdAsync(EwsFolderId folderId, object state = null)
Parameters
Type Name Description
EwsFolderId folderId

ID of a folder to get full ID from.

Object state

An object containing state information for this request.

Returns
Type Description
Task<EwsFolderId>

Full ID of the specified folder.

In This Article
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies