/// <summary>
 /// Initializes a new instance of the
 /// MicrosoftDynamicsCRMactivitymimeattachment class.
 /// </summary>
 /// <param name="versionnumber">Version number of the activity mime
 /// attachment.</param>
 /// <param name="filename">File name of the attachment.</param>
 /// <param name="_attachmentidValue">Unique identifier of the
 /// attachment with which this activitymimeattachment is
 /// associated.</param>
 /// <param name="overwritetime">For internal use only.</param>
 /// <param name="filesize">File size of the attachment.</param>
 /// <param name="attachmentnumber">Number of the attachment.</param>
 /// <param name="activitymimeattachmentid">Unique identifier of the
 /// attachment.</param>
 /// <param name="activitysubject">Descriptive subject for the
 /// activity.</param>
 /// <param name="_owninguserValue">Unique identifier of the user who
 /// owns the activity mime attachment.</param>
 /// <param name="isfollowed">Indicates if this attachment is
 /// followed.</param>
 /// <param name="objecttypecode">Object Type Code of the entity that is
 /// associated with the attachment.</param>
 /// <param name="activitymimeattachmentidunique">For internal use
 /// only.</param>
 /// <param name="mimetype">MIME type of the attachment.</param>
 /// <param name="componentstate">For internal use only.</param>
 /// <param name="subject">Descriptive subject for the
 /// attachment.</param>
 /// <param name="_owneridValue">Unique identifier of the user or team
 /// who owns the activity_mime_attachment.</param>
 /// <param name="_objectidValue">Unique identifier of the record with
 /// which the attachment is associated</param>
 /// <param name="solutionid">Unique identifier of the associated
 /// solution.</param>
 /// <param name="_owningbusinessunitValue">Unique identifier of the
 /// business unit that owns the activity mime attachment.</param>
 /// <param name="body">Contents of the attachment.</param>
 /// <param name="bodyBinary">Contents of the attachment.</param>
 /// <param name="attachmentcontentid">For internal use only</param>
 /// <param name="anonymouslink">anonymous link</param>
 /// <param name="ismanaged">Indicates whether the solution component is
 /// part of a managed solution.</param>
 public MicrosoftDynamicsCRMactivitymimeattachment(string versionnumber = default(string), string filename = default(string), string _attachmentidValue = default(string), System.DateTimeOffset?overwritetime = default(System.DateTimeOffset?), int?filesize = default(int?), int?attachmentnumber = default(int?), string activitymimeattachmentid = default(string), string activitysubject = default(string), string _owninguserValue = default(string), bool?isfollowed = default(bool?), string objecttypecode = default(string), string activitymimeattachmentidunique = default(string), string mimetype = default(string), int?componentstate = default(int?), string subject = default(string), string _owneridValue = default(string), string _objectidValue = default(string), string solutionid = default(string), string _owningbusinessunitValue = default(string), string body = default(string), byte[] bodyBinary = default(byte[]), string attachmentcontentid = default(string), string anonymouslink = default(string), bool?ismanaged = default(bool?), IList <MicrosoftDynamicsCRMsyncerror> activityMimeAttachmentSyncErrors = default(IList <MicrosoftDynamicsCRMsyncerror>), MicrosoftDynamicsCRMemail objectidEmail = default(MicrosoftDynamicsCRMemail), MicrosoftDynamicsCRMactivitypointer objectidActivitypointer = default(MicrosoftDynamicsCRMactivitypointer), MicrosoftDynamicsCRMtemplate objectidTemplate = default(MicrosoftDynamicsCRMtemplate), MicrosoftDynamicsCRMattachment attachmentid = default(MicrosoftDynamicsCRMattachment), MicrosoftDynamicsCRMappointment objectidAppointment = default(MicrosoftDynamicsCRMappointment), IList <MicrosoftDynamicsCRMasyncoperation> activityMimeAttachmentAsyncOperations = default(IList <MicrosoftDynamicsCRMasyncoperation>), IList <MicrosoftDynamicsCRMbulkdeletefailure> activityMimeAttachmentBulkDeleteFailures = default(IList <MicrosoftDynamicsCRMbulkdeletefailure>))
 {
     Versionnumber                  = versionnumber;
     Filename                       = filename;
     this._attachmentidValue        = _attachmentidValue;
     Overwritetime                  = overwritetime;
     Filesize                       = filesize;
     Attachmentnumber               = attachmentnumber;
     Activitymimeattachmentid       = activitymimeattachmentid;
     Activitysubject                = activitysubject;
     this._owninguserValue          = _owninguserValue;
     Isfollowed                     = isfollowed;
     Objecttypecode                 = objecttypecode;
     Activitymimeattachmentidunique = activitymimeattachmentidunique;
     Mimetype                       = mimetype;
     Componentstate                 = componentstate;
     Subject                       = subject;
     this._owneridValue            = _owneridValue;
     this._objectidValue           = _objectidValue;
     Solutionid                    = solutionid;
     this._owningbusinessunitValue = _owningbusinessunitValue;
     Body                = body;
     BodyBinary          = bodyBinary;
     Attachmentcontentid = attachmentcontentid;
     Anonymouslink       = anonymouslink;
     Ismanaged           = ismanaged;
     ActivityMimeAttachmentSyncErrors = activityMimeAttachmentSyncErrors;
     ObjectidEmail           = objectidEmail;
     ObjectidActivitypointer = objectidActivitypointer;
     ObjectidTemplate        = objectidTemplate;
     Attachmentid            = attachmentid;
     ObjectidAppointment     = objectidAppointment;
     ActivityMimeAttachmentAsyncOperations    = activityMimeAttachmentAsyncOperations;
     ActivityMimeAttachmentBulkDeleteFailures = activityMimeAttachmentBulkDeleteFailures;
     CustomInit();
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the MicrosoftDynamicsCRMemail class.
 /// </summary>
 /// <param name="emailreminderexpirytime">Shows the date and time when
 /// an email reminder expires.</param>
 /// <param name="notifications">Select the notification code to
 /// identify issues with the email recipients or attachments, such as
 /// blocked attachments.</param>
 /// <param name="delayedemailsendtime">Enter the expected date and time
 /// when email will be sent.</param>
 /// <param name="trackingtoken">Shows the tracking token assigned to
 /// the email to make sure responses are automatically tracked in
 /// Microsoft Dynamics 365.</param>
 /// <param name="opencount">Shows the number of times an email has been
 /// opened.</param>
 /// <param name="isemailfollowed">For internal use only. Shows whether
 /// this email is followed. This is evaluated state which overrides
 /// user selection of follow email.</param>
 /// <param name="_templateidValue">For internal use only. ID for
 /// template used in email.</param>
 /// <param name="directioncode">Select the direction of the email as
 /// incoming or outbound.</param>
 /// <param name="inreplyto">Type the ID of the email message that this
 /// email activity is a response to.</param>
 /// <param name="mimetype">MIME type of the email message data.</param>
 /// <param name="compressed">Indicates if the body is
 /// compressed.</param>
 /// <param name="submittedby">Shows the Microsoft Office Outlook
 /// account for the user who submitted the email to Microsoft Dynamics
 /// 365.</param>
 /// <param name="replycount">Shows the number of replies received for
 /// an email.</param>
 /// <param name="overriddencreatedon">Date and time that the record was
 /// migrated.</param>
 /// <param name="attachmentopencount">Shows the number of times an
 /// email attachment has been viewed.</param>
 /// <param name="reminderactioncardid">Reminder Action Card ID.</param>
 /// <param name="conversationtrackingid">Conversation Tracking
 /// Id.</param>
 /// <param name="category">Type a category to identify the email type,
 /// such as lead outreach, customer follow-up, or service alert, to tie
 /// the email to a business group or function.</param>
 /// <param name="emailtrackingid">Email Tracking Id.</param>
 /// <param name="torecipients">Shows the email addresses corresponding
 /// to the recipients.</param>
 /// <param name="lastopenedtime">Shows the date and time when an email
 /// was last opened.</param>
 /// <param name="sender">Sender of the email.</param>
 /// <param name="_emailsenderValue">Shows the sender of the
 /// email.</param>
 /// <param name="readreceiptrequested">Indicates that a read receipt is
 /// requested.</param>
 /// <param name="emailremindertext">For internal use only.</param>
 /// <param name="_parentactivityidValue">Select the activity that the
 /// email is associated with.</param>
 /// <param name="deliveryreceiptrequested">Select whether the sender
 /// should receive confirmation that the email was delivered.</param>
 /// <param name="followemailuserpreference">Select whether the email
 /// allows following recipient activities sent from Microsoft Dynamics
 /// 365.This is user preference state which can be overridden by system
 /// evaluated state.</param>
 /// <param name="messageid">Unique identifier of the email message.
 /// Used only for email that is received.</param>
 /// <param name="emailreminderstatus">Shows the status of the email
 /// reminder.</param>
 /// <param name="_sendersaccountValue">Shows the parent account of the
 /// sender of the email.</param>
 /// <param name="subcategory">Type a subcategory to identify the email
 /// type and relate the activity to a specific product, sales region,
 /// business group, or other function.</param>
 /// <param name="conversationindex">Identifier for all the email
 /// responses for this conversation.</param>
 /// <param name="correlationmethod">Shows how an email is matched to an
 /// existing email in Microsoft Dynamics 365. For system use
 /// only.</param>
 /// <param name="importsequencenumber">Unique identifier of the data
 /// import or data migration that created this record.</param>
 /// <param name="emailremindertype">Shows the type of the email
 /// reminder.</param>
 /// <param name="linksclickedcount">Shows the number of times a link in
 /// an email has been clicked.</param>
 /// <param name="deliveryattempts">Shows the count of the number of
 /// attempts made to send the email. The count is used as an indicator
 /// of email routing issues.</param>
 /// <param name="baseconversationindexhash">Hash of base of
 /// conversation index.</param>
 /// <param name="attachmentcount">Shows the umber of attachments of the
 /// email message.</param>
 /// <param name="postponeemailprocessinguntil">For internal use
 /// only.</param>
 /// <param name="isunsafe">For internal use only.</param>
 public MicrosoftDynamicsCRMemail(System.DateTimeOffset?emailreminderexpirytime = default(System.DateTimeOffset?), int?notifications = default(int?), System.DateTimeOffset?delayedemailsendtime = default(System.DateTimeOffset?), string trackingtoken = default(string), int?opencount = default(int?), bool?isemailfollowed = default(bool?), string _templateidValue = default(string), bool?directioncode = default(bool?), string inreplyto = default(string), string mimetype = default(string), bool?compressed = default(bool?), string submittedby = default(string), int?replycount = default(int?), System.DateTimeOffset?overriddencreatedon = default(System.DateTimeOffset?), int?attachmentopencount = default(int?), string reminderactioncardid = default(string), string conversationtrackingid = default(string), string category = default(string), string emailtrackingid = default(string), string torecipients = default(string), System.DateTimeOffset?lastopenedtime = default(System.DateTimeOffset?), string sender = default(string), string _emailsenderValue = default(string), bool?readreceiptrequested = default(bool?), string emailremindertext = default(string), string _parentactivityidValue = default(string), bool?deliveryreceiptrequested = default(bool?), bool?followemailuserpreference = default(bool?), string messageid = default(string), int?emailreminderstatus = default(int?), string _sendersaccountValue = default(string), string subcategory = default(string), string conversationindex = default(string), int?correlationmethod = default(int?), int?importsequencenumber = default(int?), int?emailremindertype = default(int?), int?linksclickedcount = default(int?), int?deliveryattempts = default(int?), int?baseconversationindexhash = default(int?), int?attachmentcount = default(int?), System.DateTimeOffset?postponeemailprocessinguntil = default(System.DateTimeOffset?), int?isunsafe = default(int?), MicrosoftDynamicsCRMentitlement regardingobjectidEntitlementEmail = default(MicrosoftDynamicsCRMentitlement), MicrosoftDynamicsCRMentitlementtemplate regardingobjectidEntitlementtemplateEmail = default(MicrosoftDynamicsCRMentitlementtemplate), MicrosoftDynamicsCRMbookableresourcebooking regardingobjectidBookableresourcebookingEmail = default(MicrosoftDynamicsCRMbookableresourcebooking), MicrosoftDynamicsCRMbookableresourcebookingheader regardingobjectidBookableresourcebookingheaderEmail = default(MicrosoftDynamicsCRMbookableresourcebookingheader), MicrosoftDynamicsCRMknowledgebaserecord regardingobjectidKnowledgebaserecordEmail = default(MicrosoftDynamicsCRMknowledgebaserecord), MicrosoftDynamicsCRMbulkoperation regardingobjectidBulkoperationEmail = default(MicrosoftDynamicsCRMbulkoperation), IList <MicrosoftDynamicsCRMsyncerror> emailSyncErrors = default(IList <MicrosoftDynamicsCRMsyncerror>), MicrosoftDynamicsCRMtransactioncurrency transactioncurrencyidEmail = default(MicrosoftDynamicsCRMtransactioncurrency), MicrosoftDynamicsCRMasyncoperation regardingobjectidAsyncoperation = default(MicrosoftDynamicsCRMasyncoperation), MicrosoftDynamicsCRMaccount sendersaccount = default(MicrosoftDynamicsCRMaccount), MicrosoftDynamicsCRMaccount emailsenderAccount = default(MicrosoftDynamicsCRMaccount), MicrosoftDynamicsCRMlead regardingobjectidLeadEmail = default(MicrosoftDynamicsCRMlead), MicrosoftDynamicsCRMactivitypointer activityidActivitypointer = default(MicrosoftDynamicsCRMactivitypointer), MicrosoftDynamicsCRMsla slaEmailSla = default(MicrosoftDynamicsCRMsla), MicrosoftDynamicsCRMsalesorder regardingobjectidSalesorderEmail = default(MicrosoftDynamicsCRMsalesorder), MicrosoftDynamicsCRMlead emailsenderLead = default(MicrosoftDynamicsCRMlead), IList <MicrosoftDynamicsCRMasyncoperation> emailAsyncOperations = default(IList <MicrosoftDynamicsCRMasyncoperation>), MicrosoftDynamicsCRMopportunity regardingobjectidOpportunityEmail = default(MicrosoftDynamicsCRMopportunity), IList <MicrosoftDynamicsCRMduplicaterecord> emailDuplicateBaseRecord = default(IList <MicrosoftDynamicsCRMduplicaterecord>), IList <MicrosoftDynamicsCRMconnection> emailConnections1 = default(IList <MicrosoftDynamicsCRMconnection>), MicrosoftDynamicsCRMmailbox sendermailboxidEmail = default(MicrosoftDynamicsCRMmailbox), IList <MicrosoftDynamicsCRMactivitymimeattachment> emailActivityMimeAttachment = default(IList <MicrosoftDynamicsCRMactivitymimeattachment>), IList <MicrosoftDynamicsCRMslakpiinstance> slakpiinstanceEmail = default(IList <MicrosoftDynamicsCRMslakpiinstance>), IList <MicrosoftDynamicsCRMconnection> emailConnections2 = default(IList <MicrosoftDynamicsCRMconnection>), MicrosoftDynamicsCRMinvoice regardingobjectidInvoiceEmail = default(MicrosoftDynamicsCRMinvoice), MicrosoftDynamicsCRMbusinessunit owningbusinessunitEmail = default(MicrosoftDynamicsCRMbusinessunit), MicrosoftDynamicsCRMcontact emailsenderContact = default(MicrosoftDynamicsCRMcontact), MicrosoftDynamicsCRMsystemuser owninguserEmail = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser modifiedbyEmail = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMincident regardingobjectidIncidentEmail = default(MicrosoftDynamicsCRMincident), MicrosoftDynamicsCRMteam owningteamEmail = default(MicrosoftDynamicsCRMteam), MicrosoftDynamicsCRMcampaign regardingobjectidCampaignEmail = default(MicrosoftDynamicsCRMcampaign), MicrosoftDynamicsCRMqueue emailsenderQueue = default(MicrosoftDynamicsCRMqueue), MicrosoftDynamicsCRMsla slainvokedidEmailSla = default(MicrosoftDynamicsCRMsla), IList <MicrosoftDynamicsCRMannotation> emailAnnotation = default(IList <MicrosoftDynamicsCRMannotation>), IList <MicrosoftDynamicsCRMbulkdeletefailure> emailBulkDeleteFailures = default(IList <MicrosoftDynamicsCRMbulkdeletefailure>), MicrosoftDynamicsCRMsystemuser createdonbehalfbyEmail = default(MicrosoftDynamicsCRMsystemuser), IList <MicrosoftDynamicsCRMactivityparty> emailActivityParties = default(IList <MicrosoftDynamicsCRMactivityparty>), MicrosoftDynamicsCRMknowledgearticle regardingobjectidKnowledgearticleEmail = default(MicrosoftDynamicsCRMknowledgearticle), MicrosoftDynamicsCRMequipment emailsenderEquipment = default(MicrosoftDynamicsCRMequipment), IList <MicrosoftDynamicsCRMactioncard> emailActioncard = default(IList <MicrosoftDynamicsCRMactioncard>), MicrosoftDynamicsCRMcampaignactivity regardingobjectidCampaignactivityEmail = default(MicrosoftDynamicsCRMcampaignactivity), IList <MicrosoftDynamicsCRMduplicaterecord> emailDuplicateMatchingRecord = default(IList <MicrosoftDynamicsCRMduplicaterecord>), MicrosoftDynamicsCRMservice serviceidEmail = default(MicrosoftDynamicsCRMservice), MicrosoftDynamicsCRMsystemuser modifiedonbehalfbyEmail = default(MicrosoftDynamicsCRMsystemuser), IList <MicrosoftDynamicsCRMcampaignresponse> emailCampaignresponse = default(IList <MicrosoftDynamicsCRMcampaignresponse>), MicrosoftDynamicsCRMaccount regardingobjectidAccountEmail = default(MicrosoftDynamicsCRMaccount), MicrosoftDynamicsCRMsystemuser createdbyEmail = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMsystemuser emailsenderSystemuser = default(MicrosoftDynamicsCRMsystemuser), MicrosoftDynamicsCRMcontract regardingobjectidContractEmail = default(MicrosoftDynamicsCRMcontract), MicrosoftDynamicsCRMtemplate templateid = default(MicrosoftDynamicsCRMtemplate), MicrosoftDynamicsCRMprocessstage stageidProcessstage = default(MicrosoftDynamicsCRMprocessstage), MicrosoftDynamicsCRMcontact regardingobjectidContactEmail = default(MicrosoftDynamicsCRMcontact), IList <MicrosoftDynamicsCRMqueueitem> emailQueueItem = default(IList <MicrosoftDynamicsCRMqueueitem>), MicrosoftDynamicsCRMemail parentactivityid = default(MicrosoftDynamicsCRMemail), IList <MicrosoftDynamicsCRMemail> emailEmailParentactivityid = default(IList <MicrosoftDynamicsCRMemail>), MicrosoftDynamicsCRMquote regardingobjectidQuoteEmail = default(MicrosoftDynamicsCRMquote), MicrosoftDynamicsCRMabsScheduledprocess regardingobjectidAbsScheduledprocessEmail = default(MicrosoftDynamicsCRMabsScheduledprocess), MicrosoftDynamicsCRMbcgovCustomaddress regardingobjectidBcgovCustomaddressEmail = default(MicrosoftDynamicsCRMbcgovCustomaddress), MicrosoftDynamicsCRMbcgovCustomproduct regardingobjectidBcgovCustomproductEmail = default(MicrosoftDynamicsCRMbcgovCustomproduct), MicrosoftDynamicsCRMbcgovEquipment regardingobjectidBcgovEquipmentEmail = default(MicrosoftDynamicsCRMbcgovEquipment), MicrosoftDynamicsCRMbcgovEquipmentlocation regardingobjectidBcgovEquipmentlocationEmail = default(MicrosoftDynamicsCRMbcgovEquipmentlocation), MicrosoftDynamicsCRMbcgovLocation regardingobjectidBcgovLocationEmail = default(MicrosoftDynamicsCRMbcgovLocation), MicrosoftDynamicsCRMbcgovRiskassessment regardingobjectidBcgovRiskassessmentEmail = default(MicrosoftDynamicsCRMbcgovRiskassessment), MicrosoftDynamicsCRMbcgovInspection regardingobjectidBcgovInspectionEmail = default(MicrosoftDynamicsCRMbcgovInspection), MicrosoftDynamicsCRMbcgovComplaint regardingobjectidBcgovComplaintEmail = default(MicrosoftDynamicsCRMbcgovComplaint), MicrosoftDynamicsCRMbcgovViolationticket regardingobjectidBcgovViolationticketEmail = default(MicrosoftDynamicsCRMbcgovViolationticket), MicrosoftDynamicsCRMbcgovInvestigationstep regardingobjectidBcgovInvestigationstepEmail = default(MicrosoftDynamicsCRMbcgovInvestigationstep), MicrosoftDynamicsCRMbcgovInvestigation regardingobjectidBcgovInvestigationEmail = default(MicrosoftDynamicsCRMbcgovInvestigation))
 {
     Emailreminderexpirytime = emailreminderexpirytime;
     Notifications           = notifications;
     Delayedemailsendtime    = delayedemailsendtime;
     Trackingtoken           = trackingtoken;
     Opencount             = opencount;
     Isemailfollowed       = isemailfollowed;
     this._templateidValue = _templateidValue;
     Directioncode         = directioncode;
     Inreplyto             = inreplyto;
     Mimetype               = mimetype;
     Compressed             = compressed;
     Submittedby            = submittedby;
     Replycount             = replycount;
     Overriddencreatedon    = overriddencreatedon;
     Attachmentopencount    = attachmentopencount;
     Reminderactioncardid   = reminderactioncardid;
     Conversationtrackingid = conversationtrackingid;
     Category               = category;
     Emailtrackingid        = emailtrackingid;
     Torecipients           = torecipients;
     Lastopenedtime         = lastopenedtime;
     Sender = sender;
     this._emailsenderValue      = _emailsenderValue;
     Readreceiptrequested        = readreceiptrequested;
     Emailremindertext           = emailremindertext;
     this._parentactivityidValue = _parentactivityidValue;
     Deliveryreceiptrequested    = deliveryreceiptrequested;
     Followemailuserpreference   = followemailuserpreference;
     Messageid                    = messageid;
     Emailreminderstatus          = emailreminderstatus;
     this._sendersaccountValue    = _sendersaccountValue;
     Subcategory                  = subcategory;
     Conversationindex            = conversationindex;
     Correlationmethod            = correlationmethod;
     Importsequencenumber         = importsequencenumber;
     Emailremindertype            = emailremindertype;
     Linksclickedcount            = linksclickedcount;
     Deliveryattempts             = deliveryattempts;
     Baseconversationindexhash    = baseconversationindexhash;
     Attachmentcount              = attachmentcount;
     Postponeemailprocessinguntil = postponeemailprocessinguntil;
     Isunsafe = isunsafe;
     RegardingobjectidEntitlementEmail                   = regardingobjectidEntitlementEmail;
     RegardingobjectidEntitlementtemplateEmail           = regardingobjectidEntitlementtemplateEmail;
     RegardingobjectidBookableresourcebookingEmail       = regardingobjectidBookableresourcebookingEmail;
     RegardingobjectidBookableresourcebookingheaderEmail = regardingobjectidBookableresourcebookingheaderEmail;
     RegardingobjectidKnowledgebaserecordEmail           = regardingobjectidKnowledgebaserecordEmail;
     RegardingobjectidBulkoperationEmail                 = regardingobjectidBulkoperationEmail;
     EmailSyncErrors                 = emailSyncErrors;
     TransactioncurrencyidEmail      = transactioncurrencyidEmail;
     RegardingobjectidAsyncoperation = regardingobjectidAsyncoperation;
     Sendersaccount             = sendersaccount;
     EmailsenderAccount         = emailsenderAccount;
     RegardingobjectidLeadEmail = regardingobjectidLeadEmail;
     ActivityidActivitypointer  = activityidActivitypointer;
     SlaEmailSla = slaEmailSla;
     RegardingobjectidSalesorderEmail = regardingobjectidSalesorderEmail;
     EmailsenderLead      = emailsenderLead;
     EmailAsyncOperations = emailAsyncOperations;
     RegardingobjectidOpportunityEmail = regardingobjectidOpportunityEmail;
     EmailDuplicateBaseRecord          = emailDuplicateBaseRecord;
     EmailConnections1             = emailConnections1;
     SendermailboxidEmail          = sendermailboxidEmail;
     EmailActivityMimeAttachment   = emailActivityMimeAttachment;
     SlakpiinstanceEmail           = slakpiinstanceEmail;
     EmailConnections2             = emailConnections2;
     RegardingobjectidInvoiceEmail = regardingobjectidInvoiceEmail;
     OwningbusinessunitEmail       = owningbusinessunitEmail;
     EmailsenderContact            = emailsenderContact;
     OwninguserEmail = owninguserEmail;
     ModifiedbyEmail = modifiedbyEmail;
     RegardingobjectidIncidentEmail = regardingobjectidIncidentEmail;
     OwningteamEmail = owningteamEmail;
     RegardingobjectidCampaignEmail = regardingobjectidCampaignEmail;
     EmailsenderQueue        = emailsenderQueue;
     SlainvokedidEmailSla    = slainvokedidEmailSla;
     EmailAnnotation         = emailAnnotation;
     EmailBulkDeleteFailures = emailBulkDeleteFailures;
     CreatedonbehalfbyEmail  = createdonbehalfbyEmail;
     EmailActivityParties    = emailActivityParties;
     RegardingobjectidKnowledgearticleEmail = regardingobjectidKnowledgearticleEmail;
     EmailsenderEquipment = emailsenderEquipment;
     EmailActioncard      = emailActioncard;
     RegardingobjectidCampaignactivityEmail = regardingobjectidCampaignactivityEmail;
     EmailDuplicateMatchingRecord           = emailDuplicateMatchingRecord;
     ServiceidEmail                 = serviceidEmail;
     ModifiedonbehalfbyEmail        = modifiedonbehalfbyEmail;
     EmailCampaignresponse          = emailCampaignresponse;
     RegardingobjectidAccountEmail  = regardingobjectidAccountEmail;
     CreatedbyEmail                 = createdbyEmail;
     EmailsenderSystemuser          = emailsenderSystemuser;
     RegardingobjectidContractEmail = regardingobjectidContractEmail;
     Templateid                                   = templateid;
     StageidProcessstage                          = stageidProcessstage;
     RegardingobjectidContactEmail                = regardingobjectidContactEmail;
     EmailQueueItem                               = emailQueueItem;
     Parentactivityid                             = parentactivityid;
     EmailEmailParentactivityid                   = emailEmailParentactivityid;
     RegardingobjectidQuoteEmail                  = regardingobjectidQuoteEmail;
     RegardingobjectidAbsScheduledprocessEmail    = regardingobjectidAbsScheduledprocessEmail;
     RegardingobjectidBcgovCustomaddressEmail     = regardingobjectidBcgovCustomaddressEmail;
     RegardingobjectidBcgovCustomproductEmail     = regardingobjectidBcgovCustomproductEmail;
     RegardingobjectidBcgovEquipmentEmail         = regardingobjectidBcgovEquipmentEmail;
     RegardingobjectidBcgovEquipmentlocationEmail = regardingobjectidBcgovEquipmentlocationEmail;
     RegardingobjectidBcgovLocationEmail          = regardingobjectidBcgovLocationEmail;
     RegardingobjectidBcgovRiskassessmentEmail    = regardingobjectidBcgovRiskassessmentEmail;
     RegardingobjectidBcgovInspectionEmail        = regardingobjectidBcgovInspectionEmail;
     RegardingobjectidBcgovComplaintEmail         = regardingobjectidBcgovComplaintEmail;
     RegardingobjectidBcgovViolationticketEmail   = regardingobjectidBcgovViolationticketEmail;
     RegardingobjectidBcgovInvestigationstepEmail = regardingobjectidBcgovInvestigationstepEmail;
     RegardingobjectidBcgovInvestigationEmail     = regardingobjectidBcgovInvestigationEmail;
     CustomInit();
 }