Obsolete, 9

KindNameStateTagSeen fromLast seen
eventOnGetTestEmailBody(Enum Email Connector, var Text)Pending17.31722, gone
The event will be removed. Subscribe to OnGetBodyForTestEmail instead
eventOnAfterSendEmail(Guid, Boolean)Pending20.12022, gone
This event has been replaced with OnAfterEmailSend and OnAfterEmailSendFailed which are isolated.
procedureGetSentEmailsForRecord(Integer, Guid)Pending19.01922, gone
Use GetSentEmailsForRecord(TableId: Integer; SystemId: Guid; var ResultEmailOutbox: Record "Email Outbox" temporary) instead.
procedureAddRelation(Codeunit Email Message, Integer, Guid, Enum Email Relation Type)Pending20.01922, gone
Use "AddRelation(EmailMessage: Codeunit "Email Message"; TableId: Integer; SystemId: Guid; RelationType: Enum "Email Relation Type")" with origin
procedureReply(Codeunit Email Message, Text, Guid, Enum Email Connector)Pending26.02528
Replaced by Reply without the ExternalId parameter. ExternalId is not used and is contained in the EmailMessage parameter.
procedureReplyAll(Codeunit Email Message, Text, Guid, Enum Email Connector)Pending26.02528
Replaced by ReplyAll without the ExternalId parameter. ExternalId is not used and is contained in the EmailMessage parameter.
procedureEnqueueReply(Codeunit Email Message, Text, Guid, Enum Email Connector, var Record Email Outbox)Pending26.02528
Replaced by EnqueueReply without the ExternalId parameter. ExternalId is not used and is contained in the EmailMessage parameter.
procedureEnqueueReplyAll(Codeunit Email Message, Text, Guid, Enum Email Connector, var Record Email Outbox)Pending26.02528
Replaced by EnqueueReplyAll without the ExternalId parameter. ExternalId is not used and is contained in the EmailMessage parameter.
procedureRetrieveEmails(Guid, Enum Email Connector, var Record Email Inbox)Pending26.02528
Replaced by RetrieveEmails with an additional Filters parameter of type Record "Email Retrieval Filters".