Uses of Class
microsoft.dynamics.crm.entity.Email
-
Packages that use Email Package Description microsoft.dynamics.crm.container microsoft.dynamics.crm.entity microsoft.dynamics.crm.entity.collection.request microsoft.dynamics.crm.entity.request -
-
Uses of Email in microsoft.dynamics.crm.container
Methods in microsoft.dynamics.crm.container that return types with arguments of type Email Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Email>System. sendEmailFromTemplate(UUID templateId, Crmbaseentity regarding, Crmbaseentity target)Methods in microsoft.dynamics.crm.container with parameters of type Email Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<CheckIncomingEmailResponse>System. checkIncomingEmail(String messageId, String subject, String from, String to, String cc, String bcc, Email extraProperties) -
Uses of Email in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Email Modifier and Type Method Description EmailEmail.Builder. build()EmailEmail. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.EmailEmail. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).EmailEmail. with_emailsender_value(UUID _emailsender_value)EmailEmail. with_parentactivityid_value(UUID _parentactivityid_value)EmailEmail. with_sendersaccount_value(UUID _sendersaccount_value)EmailEmail. with_templateid_value(UUID _templateid_value)EmailEmail. withAttachmentcount(Integer attachmentcount)EmailEmail. withAttachmentopencount(Integer attachmentopencount)EmailEmail. withBaseconversationindexhash(Integer baseconversationindexhash)EmailEmail. withCategory(String category)EmailEmail. withCompressed(Boolean compressed)EmailEmail. withConversationindex(String conversationindex)EmailEmail. withConversationtrackingid(UUID conversationtrackingid)EmailEmail. withCorrelationmethod(Integer correlationmethod)EmailEmail. withDelayedemailsendtime(OffsetDateTime delayedemailsendtime)EmailEmail. withDeliveryattempts(Integer deliveryattempts)EmailEmail. withDeliveryreceiptrequested(Boolean deliveryreceiptrequested)EmailEmail. withDirectioncode(Boolean directioncode)EmailEmail. withEmailreminderexpirytime(OffsetDateTime emailreminderexpirytime)EmailEmail. withEmailreminderstatus(Integer emailreminderstatus)EmailEmail. withEmailremindertext(String emailremindertext)EmailEmail. withEmailremindertype(Integer emailremindertype)EmailEmail. withEmailtrackingid(UUID emailtrackingid)EmailEmail. withFollowemailuserpreference(Boolean followemailuserpreference)EmailEmail. withImportsequencenumber(Integer importsequencenumber)EmailEmail. withInreplyto(String inreplyto)EmailEmail. withIsemailfollowed(Boolean isemailfollowed)EmailEmail. withIsemailreminderset(Boolean isemailreminderset)EmailEmail. withIsunsafe(Integer isunsafe)EmailEmail. withLastopenedtime(OffsetDateTime lastopenedtime)EmailEmail. withLinksclickedcount(Integer linksclickedcount)EmailEmail. withMessageid(String messageid)EmailEmail. withMimetype(String mimetype)EmailEmail. withNotifications(Integer notifications)EmailEmail. withOpencount(Integer opencount)EmailEmail. withOverriddencreatedon(OffsetDateTime overriddencreatedon)EmailEmail. withPostponeemailprocessinguntil(OffsetDateTime postponeemailprocessinguntil)EmailEmail. withReadreceiptrequested(Boolean readreceiptrequested)EmailEmail. withReminderactioncardid(UUID reminderactioncardid)EmailEmail. withReplycount(Integer replycount)EmailEmail. withSender(String sender)EmailEmail. withSubcategory(String subcategory)EmailEmail. withSubmittedby(String submittedby)EmailEmail. withTorecipients(String torecipients)EmailEmail. withTrackingtoken(String trackingtoken)EmailEmail. withUnmappedField(String name, Object value)Methods in microsoft.dynamics.crm.entity that return types with arguments of type Email Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Email>Email. deliverImmediatePromoteEmail(String messageId, String subject, String from, String to, String cc, String bcc, OffsetDateTime receivedOn, String submittedBy, String importance, String body, List<String> attachmentIds, String eWSUrl, String attachmentToken, Crmbaseentity extraProperties)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Email>Email. deliverPromoteEmail(String messageId, String subject, String from, String to, String cc, String bcc, OffsetDateTime receivedOn, String submittedBy, String importance, String body, List<Attachment> attachments, Crmbaseentity extraProperties) -
Uses of Email in microsoft.dynamics.crm.entity.collection.request
Methods in microsoft.dynamics.crm.entity.collection.request that return types with arguments of type Email Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Email>EmailCollectionRequest. deliverIncomingEmail(String messageId, String subject, String from, String to, String cc, String bcc, OffsetDateTime receivedOn, String submittedBy, String importance, String body, List<Attachment> attachments, Crmbaseentity extraProperties, Boolean validateBeforeCreate) -
Uses of Email in microsoft.dynamics.crm.entity.request
Methods in microsoft.dynamics.crm.entity.request that return types with arguments of type Email Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Email>EmailRequest. deliverImmediatePromoteEmail(String messageId, String subject, String from, String to, String cc, String bcc, OffsetDateTime receivedOn, String submittedBy, String importance, String body, List<String> attachmentIds, String eWSUrl, String attachmentToken, Crmbaseentity extraProperties)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Email>EmailRequest. deliverPromoteEmail(String messageId, String subject, String from, String to, String cc, String bcc, OffsetDateTime receivedOn, String submittedBy, String importance, String body, List<Attachment> attachments, Crmbaseentity extraProperties)
-