IFeed::SyncSetting Property

Gets or sets the update setting for the feed.

Syntax

HRESULT IFeed::get_SyncSetting(FEEDS_SYNC_SETTING *syncSetting);
HRESULT IFeed::put_SyncSetting(FEEDS_SYNC_SETTING syncSetting);

Parameters

  • syncSetting
    Address of a variable of type FEEDS_SYNC_SETTING that receives the synchronization setting.
  • syncSetting
    A value from the FEEDS_SYNC_SETTING enumeration that specifies the synchronization setting.

Return Value

Returns S_OK if successful, or an error value otherwise.

See Also

IFeedsManager::BackgroundSync, IFeedsManager::DefaultInterval