MailboxTrackingFolderMappingCollection Class

Definition

Represents a collection of folder-level tracking rules.

public ref class MailboxTrackingFolderMappingCollection sealed : Microsoft::Xrm::Sdk::DataCollection<Microsoft::Xrm::Sdk::MailboxTrackingFolderMapping ^>
[System.Runtime.Serialization.CollectionDataContract(Name="MailboxTrackingFolderMappingCollection", Namespace="http://schemas.microsoft.com/xrm/7.1/Contracts")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.MailboxTrackingFolderMapping))]
[System.Serializable]
public sealed class MailboxTrackingFolderMappingCollection : Microsoft.Xrm.Sdk.DataCollection<Microsoft.Xrm.Sdk.MailboxTrackingFolderMapping>
[<System.Runtime.Serialization.CollectionDataContract(Name="MailboxTrackingFolderMappingCollection", Namespace="http://schemas.microsoft.com/xrm/7.1/Contracts")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.Xrm.Sdk.MailboxTrackingFolderMapping))>]
[<System.Serializable>]
type MailboxTrackingFolderMappingCollection = class
    inherit DataCollection<MailboxTrackingFolderMapping>
Public NotInheritable Class MailboxTrackingFolderMappingCollection
Inherits DataCollection(Of MailboxTrackingFolderMapping)
Inheritance
MailboxTrackingFolderMappingCollection
Attributes

Remarks

The folder-level tracking rules collection is returned in the RetrieveMailboxTrackingFoldersResponse message when you execute the RetrieveMailboxTrackingFoldersRequest message.

Constructors

MailboxTrackingFolderMappingCollection()

Initializes a new instance of the MailboxTrackingFolderMappingCollection class.

MailboxTrackingFolderMappingCollection(IList<MailboxTrackingFolderMapping>)

Initializes a new instance of the MailboxTrackingFolderMappingCollection class setting a folder-level tracking rule.

Methods

AddRange(IEnumerable<T>)

Adds the elements of the specified collection to the end of the DataCollection.

(Inherited from DataCollection<T>)
AddRange(T[])

Adds the elements of the specified collection to the end of the DataCollection<T>.

(Inherited from DataCollection<T>)
ToArray()

Copies the elements of the DataCollection<T> to a new array.

(Inherited from DataCollection<T>)

Applies to

See also