Skip to content

Commit 815b2b8

Browse files
committedAug 26, 2024·
Remove unneeded API addition
1 parent 3d7299c commit 815b2b8

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed
 

‎src/System Application/App/Email/src/Account/EmailAccount.Codeunit.al

-18
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,6 @@ codeunit 8894 "Email Account"
1212
{
1313
Access = Public;
1414

15-
/// <summary>
16-
/// Gets all of the email accounts registered in Business Central.
17-
/// </summary>
18-
/// <param name="TempEmailAccount">Out parameter holding the email accounts.</param>
19-
procedure GetAllAccounts(var TempEmailAccount: Record "Email Account" temporary)
20-
begin
21-
EmailAccountImpl.GetAllAccounts(false, TempEmailAccount);
22-
end;
23-
24-
/// <summary>
25-
/// Gets all of the email accounts which implement the v2 interface registered in Business Central.
26-
/// </summary>
27-
/// <param name="TempEmailAccount">Out parameter holding the email accounts.</param>
28-
procedure GetAllV2Accounts(var TempEmailAccount: Record "Email Account" temporary)
29-
begin
30-
EmailAccountImpl.GetAllV2Accounts(false, TempEmailAccount);
31-
end;
32-
3315
/// <summary>
3416
/// Gets all of the email accounts registered in Business Central.
3517
/// </summary>

0 commit comments

Comments
 (0)
Please sign in to comment.