MailboxTrackingFolderMapping Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MailboxTrackingFolderMapping() |
Initializes a new instance of the MailboxTrackingFolderMapping class. |
MailboxTrackingFolderMapping(String, String, Guid, String, Int32, Boolean) |
Initializes a new instance of the MailboxTrackingFolderMapping class setting the values in the folder-level tracking rule with the values specified in the parameter list. |
MailboxTrackingFolderMapping()
Initializes a new instance of the MailboxTrackingFolderMapping class.
public:
MailboxTrackingFolderMapping();
public MailboxTrackingFolderMapping ();
Public Sub New ()
Applies to
MailboxTrackingFolderMapping(String, String, Guid, String, Int32, Boolean)
Initializes a new instance of the MailboxTrackingFolderMapping class setting the values in the folder-level tracking rule with the values specified in the parameter list.
public:
MailboxTrackingFolderMapping(System::String ^ exchangeFolderId, System::String ^ exchangeFolderName, Guid regardingObjectId, System::String ^ regardingObjectName, int regardingObjectTypeCode, bool isFolderOnboarded);
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="")]
public MailboxTrackingFolderMapping (string exchangeFolderId, string exchangeFolderName, Guid regardingObjectId, string regardingObjectName, int regardingObjectTypeCode, bool isFolderOnboarded);
[<System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="")>]
new Microsoft.Xrm.Sdk.MailboxTrackingFolderMapping : string * string * Guid * string * int * bool -> Microsoft.Xrm.Sdk.MailboxTrackingFolderMapping
Public Sub New (exchangeFolderId As String, exchangeFolderName As String, regardingObjectId As Guid, regardingObjectName As String, regardingObjectTypeCode As Integer, isFolderOnboarded As Boolean)
Parameters
- exchangeFolderId
- String
ID of the Exchange folder in the folder-level tracking rule.
- exchangeFolderName
- String
Name of the Exchange folder in the folder-level tracking rule.
- regardingObjectId
- Guid
ID of the entity record with which the Exchange folder is mapped.
- regardingObjectName
- String
Name of the entity represented by the regardingObjectId
property.
- regardingObjectTypeCode
- Int32
Entity type code of the entity represented by the regardingObjectId
property.
- isFolderOnboarded
- Boolean
Indicates whether the tracking rule for the folder has run. true
or false
.
- Attributes