| event | OnGetTestEmailBody(Enum Email Connector, var Text) | Pending | 17.3 | 17 | 22, gone |
| The event will be removed. Subscribe to OnGetBodyForTestEmail instead |
| event | OnAfterSendEmail(Guid, Boolean) | Pending | 20.1 | 20 | 22, gone |
| This event has been replaced with OnAfterEmailSend and OnAfterEmailSendFailed which are isolated. |
| procedure | GetSentEmailsForRecord(Integer, Guid) | Pending | 19.0 | 19 | 22, gone |
| Use GetSentEmailsForRecord(TableId: Integer; SystemId: Guid; var ResultEmailOutbox: Record "Email Outbox" temporary) instead. |
| procedure | AddRelation(Codeunit Email Message, Integer, Guid, Enum Email Relation Type) | Pending | 20.0 | 19 | 22, gone |
| Use "AddRelation(EmailMessage: Codeunit "Email Message"; TableId: Integer; SystemId: Guid; RelationType: Enum "Email Relation Type")" with origin |
| procedure | Reply(Codeunit Email Message, Text, Guid, Enum Email Connector) | Pending | 26.0 | 25 | 28 |
| Replaced by Reply without the ExternalId parameter. ExternalId is not used and is contained in the EmailMessage parameter. |
| procedure | ReplyAll(Codeunit Email Message, Text, Guid, Enum Email Connector) | Pending | 26.0 | 25 | 28 |
| Replaced by ReplyAll without the ExternalId parameter. ExternalId is not used and is contained in the EmailMessage parameter. |
| procedure | EnqueueReply(Codeunit Email Message, Text, Guid, Enum Email Connector, var Record Email Outbox) | Pending | 26.0 | 25 | 28 |
| Replaced by EnqueueReply without the ExternalId parameter. ExternalId is not used and is contained in the EmailMessage parameter. |
| procedure | EnqueueReplyAll(Codeunit Email Message, Text, Guid, Enum Email Connector, var Record Email Outbox) | Pending | 26.0 | 25 | 28 |
| Replaced by EnqueueReplyAll without the ExternalId parameter. ExternalId is not used and is contained in the EmailMessage parameter. |
| procedure | RetrieveEmails(Guid, Enum Email Connector, var Record Email Inbox) | Pending | 26.0 | 25 | 28 |
| Replaced by RetrieveEmails with an additional Filters parameter of type Record "Email Retrieval Filters". |