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

Ews.GetMessageInfoAsync Method

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

GetMessageInfoAsync(EwsItemId, Object)

Gets the information about a message with default set of properties retrieved.

Declaration
public Task<EwsMessageInfo> GetMessageInfoAsync(EwsItemId itemId, object state = null)
Parameters
Type Name Description
EwsItemId itemId

ID of a message to get info about.

Object state

An object containing state information for this request.

Returns
Type Description
Task<EwsMessageInfo>

EwsMessageInfo object containing specified set of information about the message.

GetMessageInfoAsync(EwsItemId, EwsItemFields, Object)

Gets the information about a message with specified set of properties retrieved.

Declaration
public Task<EwsMessageInfo> GetMessageInfoAsync(EwsItemId itemId, EwsItemFields fields, object state = null)
Parameters
Type Name Description
EwsItemId itemId

ID of a message to get info about.

EwsItemFields fields

Set of item properties to be retrieved.

Object state

An object containing state information for this request.

Returns
Type Description
Task<EwsMessageInfo>

EwsItemInfo object containing specified set of information about the message.

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