diff --git a/src/System Application/App/Email/src/Account/EmailAccount.Codeunit.al b/src/System Application/App/Email/src/Account/EmailAccount.Codeunit.al
index 776b5c0b52..a676a8b2fe 100644
--- a/src/System Application/App/Email/src/Account/EmailAccount.Codeunit.al
+++ b/src/System Application/App/Email/src/Account/EmailAccount.Codeunit.al
@@ -12,24 +12,6 @@ codeunit 8894 "Email Account"
{
Access = Public;
- ///
- /// Gets all of the email accounts registered in Business Central.
- ///
- /// Out parameter holding the email accounts.
- procedure GetAllAccounts(var TempEmailAccount: Record "Email Account" temporary)
- begin
- EmailAccountImpl.GetAllAccounts(false, TempEmailAccount);
- end;
-
- ///
- /// Gets all of the email accounts which implement the v2 interface registered in Business Central.
- ///
- /// Out parameter holding the email accounts.
- procedure GetAllV2Accounts(var TempEmailAccount: Record "Email Account" temporary)
- begin
- EmailAccountImpl.GetAllV2Accounts(false, TempEmailAccount);
- end;
-
///
/// Gets all of the email accounts registered in Business Central.
///