<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.catglobe.com/index.php?action=history&amp;feed=atom&amp;title=EmailAccount_getAllGlobalEmails</id>
	<title>EmailAccount getAllGlobalEmails - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.catglobe.com/index.php?action=history&amp;feed=atom&amp;title=EmailAccount_getAllGlobalEmails"/>
	<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=EmailAccount_getAllGlobalEmails&amp;action=history"/>
	<updated>2026-04-30T00:29:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.0</generator>
	<entry>
		<id>https://wiki.catglobe.com/index.php?title=EmailAccount_getAllGlobalEmails&amp;diff=25573&amp;oldid=prev</id>
		<title>Lekhacbaongoc: Created page with &quot;Category:Email_and_SMS_Functions ﻿﻿{{HelpFiles}}  ===EmailAccount_getAllGlobalEmails===  Get list global emails alias  ===Syntax===  EmailAccount_getAllGlobalEmails();...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.catglobe.com/index.php?title=EmailAccount_getAllGlobalEmails&amp;diff=25573&amp;oldid=prev"/>
		<updated>2016-08-03T07:40:51Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/Category:Email_and_SMS_Functions&quot; title=&quot;Category:Email and SMS Functions&quot;&gt;Category:Email_and_SMS_Functions&lt;/a&gt; ﻿﻿{{HelpFiles}}  ===EmailAccount_getAllGlobalEmails===  Get list global emails alias  ===Syntax===  EmailAccount_getAllGlobalEmails();...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Email_and_SMS_Functions]]&lt;br /&gt;
﻿﻿{{HelpFiles}}&lt;br /&gt;
&lt;br /&gt;
===EmailAccount_getAllGlobalEmails===&lt;br /&gt;
&lt;br /&gt;
Get list global emails alias&lt;br /&gt;
&lt;br /&gt;
===Syntax===&lt;br /&gt;
&lt;br /&gt;
EmailAccount_getAllGlobalEmails();&lt;br /&gt;
&lt;br /&gt;
===Arguments===&lt;br /&gt;
&lt;br /&gt;
None&lt;br /&gt;
&lt;br /&gt;
===Return type===&lt;br /&gt;
&lt;br /&gt;
array list EmailAccount&lt;br /&gt;
&lt;br /&gt;
===Examples===&lt;br /&gt;
&amp;lt;source lang=&amp;quot;javascript&amp;quot;&amp;gt;&lt;br /&gt;
array globalEmails = EmailAccount_getAllGlobalEmails();&lt;br /&gt;
for(number i=0;i&amp;lt;globalEmails.Count;i++)&lt;br /&gt;
{&lt;br /&gt;
	EmailAccount emailAcc = globalEmails[i];&lt;br /&gt;
	print(&amp;quot;ActualEmail:&amp;quot; + emailAcc.ActualEmail);&lt;br /&gt;
	print(&amp;quot;Address: &amp;quot; + emailAcc.Address);&lt;br /&gt;
	print(&amp;quot;Alias: &amp;quot; + emailAcc.Alias);&lt;br /&gt;
	print(&amp;quot;Default: &amp;quot; + emailAcc.Default);&lt;br /&gt;
	print(&amp;quot;IsGEA: &amp;quot; + emailAcc.IsGEA);&lt;br /&gt;
	print(&amp;quot;ResourceId: &amp;quot; + emailAcc.ResourceId);&lt;br /&gt;
	print(&amp;quot;UseActualEmail: &amp;quot; + emailAcc.UseActualEmail);&lt;br /&gt;
	print(&amp;quot;--------------------------------------------&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
/*&lt;br /&gt;
ActualEmail:&lt;br /&gt;
Address: system_group@voxmeter.catglobe.com&lt;br /&gt;
Alias: System group&lt;br /&gt;
Default: True&lt;br /&gt;
IsGEA: True&lt;br /&gt;
ResourceId: 87&lt;br /&gt;
UseActualEmail: False&lt;br /&gt;
--------------------------------------------&lt;br /&gt;
*/&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Lekhacbaongoc</name></author>
	</entry>
</feed>