Search Results for

    Show / Hide Table of Contents

    Interface IExchangeIdService

    Exchange id service

    Namespace: Simplic.Exchange
    Assembly: Simplic.Exchange.dll
    Syntax
    public interface IExchangeIdService

    Methods

    | Improve this Doc View Source

    GetItem(ExchangeService, Guid)

    Search for an item in an exchange mail box

    Declaration
    Item GetItem(ExchangeService service, Guid id)
    Parameters
    Type Name Description
    Microsoft.Exchange.WebServices.Data.ExchangeService service

    Service instance

    System.Guid id

    Unique item id

    Returns
    Type Description
    Microsoft.Exchange.WebServices.Data.Item

    Item instance if exists

    | Improve this Doc View Source

    SetId(Item, Guid)

    Set item as id

    Declaration
    void SetId(Item item, Guid id)
    Parameters
    Type Name Description
    Microsoft.Exchange.WebServices.Data.Item item

    Item instance

    System.Guid id

    Unique item id

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx