Share via


IMailSyncHandler::SetFolderOptions (Compact 7)

3/12/2014

The SetFolderOptions method is used by Messaging to request that the transport set various folder options on a folder.

Syntax

HRESULT SetFolderOptions (
  IMAPIFolder * pfldr,
  FOLDERNODE * pnode,
  FOLDEROPTIONS opts,
  LPSPropValue pval
);

Parameters

  • pfldr
    [in] Reference to an IMAPIFolder object corresponding to the folder.
  • pnode
    [in] Reference to a FOLDERNODE object corresponding to the folder.
  • opts
    [in] Folder option to set, specified by the FOLDEROPTIONS enumeration.
  • pval
    [in] Reference to a SPropValue structure that contains the new value for the folder option. There is no need to free this buffer or hold onto it. It is valid only for the duration of the call.

Return Value

  • S_OK
    Indicates success.

Remarks

Values in FOLDEROPTIONS that start with koptQuery or koptGet retrieve the value for the corresponding option instead of setting it.

Requirements

Header

cemapi.h

Library

cemapi.lib

See Also

Reference

IMailSyncHandler
IMailSyncHandler::FOLDEROPTIONS