SyncObjects Interface
Contains a set of SyncObject objects representing the Send/Receive groups for a user.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DefaultMemberAttribute("Item")> _
<GuidAttribute("00063086-0000-0000-C000-000000000046")> _
<TypeLibTypeAttribute()> _
Public Interface SyncObjects _
Inherits IEnumerable
'Usage
Dim instance As SyncObjects
[DefaultMemberAttribute("Item")]
[GuidAttribute("00063086-0000-0000-C000-000000000046")]
[TypeLibTypeAttribute()]
public interface SyncObjects : IEnumerable
Remarks
Use the SyncObjects property to return the SyncObjects object from a NameSpace object.
The SyncObjects object is read-only. You cannot add an item to the collection. However, note that you can add one Send/Receive group using the AppFolders property which will create a Send/Receive group called Application Folders.