| Package | Description |
|---|---|
| microsoft.dynamics.crm.container | |
| microsoft.dynamics.crm.entity | |
| microsoft.dynamics.crm.entity.collection.request | |
| microsoft.dynamics.crm.entity.request |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Email> |
System.sendEmailFromTemplate(String templateId,
Crmbaseentity regarding,
Crmbaseentity target) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<CheckIncomingEmailResponse> |
System.checkIncomingEmail(String messageId,
String subject,
String from,
String to,
String cc,
String bcc,
Email extraProperties) |
| Modifier and Type | Method and Description |
|---|---|
Email |
Email.Builder.build() |
Email |
Email.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Email |
Email.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Email |
Email.with_emailsender_value(String _emailsender_value) |
Email |
Email.with_parentactivityid_value(String _parentactivityid_value) |
Email |
Email.with_sendersaccount_value(String _sendersaccount_value) |
Email |
Email.with_templateid_value(String _templateid_value) |
Email |
Email.withAttachmentcount(Integer attachmentcount) |
Email |
Email.withAttachmentopencount(Integer attachmentopencount) |
Email |
Email.withBaseconversationindexhash(Integer baseconversationindexhash) |
Email |
Email.withCategory(String category) |
Email |
Email.withCompressed(Boolean compressed) |
Email |
Email.withConversationindex(String conversationindex) |
Email |
Email.withConversationtrackingid(String conversationtrackingid) |
Email |
Email.withCorrelationmethod(Integer correlationmethod) |
Email |
Email.withDelayedemailsendtime(OffsetDateTime delayedemailsendtime) |
Email |
Email.withDeliveryattempts(Integer deliveryattempts) |
Email |
Email.withDeliveryreceiptrequested(Boolean deliveryreceiptrequested) |
Email |
Email.withDirectioncode(Boolean directioncode) |
Email |
Email.withEmailreminderexpirytime(OffsetDateTime emailreminderexpirytime) |
Email |
Email.withEmailreminderstatus(Integer emailreminderstatus) |
Email |
Email.withEmailremindertext(String emailremindertext) |
Email |
Email.withEmailremindertype(Integer emailremindertype) |
Email |
Email.withEmailtrackingid(String emailtrackingid) |
Email |
Email.withFollowemailuserpreference(Boolean followemailuserpreference) |
Email |
Email.withImportsequencenumber(Integer importsequencenumber) |
Email |
Email.withInreplyto(String inreplyto) |
Email |
Email.withIsemailfollowed(Boolean isemailfollowed) |
Email |
Email.withIsemailreminderset(Boolean isemailreminderset) |
Email |
Email.withIsunsafe(Integer isunsafe) |
Email |
Email.withLastopenedtime(OffsetDateTime lastopenedtime) |
Email |
Email.withLinksclickedcount(Integer linksclickedcount) |
Email |
Email.withMessageid(String messageid) |
Email |
Email.withMimetype(String mimetype) |
Email |
Email.withNotifications(Integer notifications) |
Email |
Email.withOpencount(Integer opencount) |
Email |
Email.withOverriddencreatedon(OffsetDateTime overriddencreatedon) |
Email |
Email.withPostponeemailprocessinguntil(OffsetDateTime postponeemailprocessinguntil) |
Email |
Email.withReadreceiptrequested(Boolean readreceiptrequested) |
Email |
Email.withReminderactioncardid(String reminderactioncardid) |
Email |
Email.withReplycount(Integer replycount) |
Email |
Email.withSender(String sender) |
Email |
Email.withSubcategory(String subcategory) |
Email |
Email.withSubmittedby(String submittedby) |
Email |
Email.withTorecipients(String torecipients) |
Email |
Email.withTrackingtoken(String trackingtoken) |
Email |
Email.withUnmappedField(String name,
String value) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and 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) |
Copyright © 2018–2021. All rights reserved.