RDORssFeed object

 

RDORssFeed object represents an RSS feed in Outook.

 

Returned by:

RDORssFeeds.Item

 

 

The example below enumerates all RSS feds in the current profile  and prints their name and full path to the Outlook folder where the feed items are delivered.

set Session = CreateObject("Redemption.RDOSession")
Session.MAPIOBJECT = Application.Session.MAPIOBJECT
for each RssFeed in Session.RssFeeds
    Debug.Print RssFeed.LocalName & " - " & RssFeed.LocalFolder.FolderPath
next

 

Properties

Methods

 


Derived from: IDispatch


Properties


BindingEntryId String, read-only.
The entry id of the IPM.Sharing.Binding.In config message in the RSS folder of the feed.
 
Capabilities Integer, read-only. Reserved.
 
ConfigurationUrl String, read-only. The full configuration path (outlookfeed://...).
 
Detail Integer, read-only. Reserved.
 
Flavor Integer, read-only. Reserved.
 
IndexEntryId String,
The entry id of the IPM.Sharing.Index.In index message in the Inbox folder of the default store.
 
InstanceGuid String, read-only. The GUID that uniquely identifies the particular instance of the feed.
 
LastAutoSyncTime Datetime, read-only.
The time when the RSS feeds was last auto synchronized.
 
LastSyncTime Datetime, read-only.
The time when the RSS feeds was last synchronized.
 
LocalFolder RDOFolder, read-only.
Returns the local folder where the RSS items are stored.
 
LocalMessageType String, read-only.
Represents the default item type created by the RSS provider (e.g. IPF.Note).
 
LocalName String, read-only.
Local name of the RSS feed.
 
LocalStore RDOStore, read-only.
Returns the local store where the RSS items are stored.
 
Permissions Integer, read-only. Reserved.
 
ProviderGuid String, read-only.
The GUID that unique identifies the sharing provider type.
For the RSS provider, the value is always
{0006F0AF-0000-0000-C000-000000000046}
 
RemoteComment String, read-only.
Returns the remote comment specified for the RSS feed.
 
RemoteLastModificationTime Datetime, read-only.
The time when the RSS feeds was last modified on the remote server.
 
RemoteName String, read-only.
Returns the remote name specified for the RSS feed.
 
RemotePath String, read-only.
Returns the full path (HTTP or HTTPS) of the RSS feed..
 
RemoteSize Integer, read-only.
Returns the remote size of the RSS feed.
 
RemoteType String, read-only.
Returns the MIME type of the feed (e.g. text/xml).
 
RemoteUser String, read-only.
Returns the remote user name (if specified)
 
RemoteVersion String, read-only.
Returns the remote version of the RSS feed (if specified)
 
Status Integer, read-only. Reserved.
 

Methods