MailboxTrackingFolderMappingCollection Class

 

Updated: November 29, 2016

Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2016, Dynamics CRM Online

Represents a collection of folder-level tracking rules.

Namespace:   Microsoft.Xrm.Sdk
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

System.Object
  System.Collections.ObjectModel.Collection<T>
    Microsoft.Xrm.Sdk.DataCollection<T>
      Microsoft.Xrm.Sdk.MailboxTrackingFolderMappingCollection

[SerializableAttribute]
[KnownTypeAttribute(typeof(MailboxTrackingFolderMapping))]
[CollectionDataContractAttribute(Name = "MailboxTrackingFolderMappingCollection", 
	Namespace = "http://schemas.microsoft.com/xrm/7.1/Contracts")]
public sealed class MailboxTrackingFolderMappingCollection : DataCollection<MailboxTrackingFolderMapping>

NameDescription
System_CAPS_pubmethodMailboxTrackingFolderMappingCollection()

Initializes a new instance of the MailboxTrackingFolderMappingCollection class.

System_CAPS_pubmethodMailboxTrackingFolderMappingCollection(IList<MailboxTrackingFolderMapping>)

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

NameDescription
System_CAPS_pubpropertyCount

(Inherited from Collection<T>.)

System_CAPS_pubpropertyItem[Int32]

(Inherited from Collection<T>.)

NameDescription
System_CAPS_pubmethodAdd(T)

(Inherited from Collection<T>.)

System_CAPS_pubmethodAddRange(T[])

Adds the elements of the specified collection to the end of the DataCollection<T>.(Inherited from DataCollection<T>.)

System_CAPS_pubmethodAddRange(IEnumerable<T>)

Adds the elements of the specified collection to the end of the DataCollection.(Inherited from DataCollection<T>.)

System_CAPS_pubmethodClear()

(Inherited from Collection<T>.)

System_CAPS_pubmethodContains(T)

(Inherited from Collection<T>.)

System_CAPS_pubmethodCopyTo(T[], Int32)

(Inherited from Collection<T>.)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

(Inherited from Collection<T>.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIndexOf(T)

(Inherited from Collection<T>.)

System_CAPS_pubmethodInsert(Int32, T)

(Inherited from Collection<T>.)

System_CAPS_pubmethodRemove(T)

(Inherited from Collection<T>.)

System_CAPS_pubmethodRemoveAt(Int32)

(Inherited from Collection<T>.)

System_CAPS_pubmethodToArray()

Copies the elements of the DataCollection<T> to a new array.(Inherited from DataCollection<T>.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Microsoft Dynamics 365

© 2016 Microsoft. All rights reserved. Copyright

Community Additions

ADD
Show: