File tree 1 file changed +0
-18
lines changed
src/System Application/App/Email/src/Account
1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -12,24 +12,6 @@ codeunit 8894 "Email Account"
12
12
{
13
13
Access = Public;
14
14
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
-
33
15
// / <summary>
34
16
// / Gets all of the email accounts registered in Business Central.
35
17
// / </summary>
You can’t perform that action at this time.
0 commit comments