<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>VoiceBot RSS: Open New Thunderbird Email</title>
<atom:link href="https://www.voicebot.net/Discussions/RSS/?TopicID=73aec3a0-2d40-42e2-aa60-74b7f7ccb75c" rel="self" type="application/rss+xml" />
<link>https://www.voicebot.net/Discussions/RSS/?TopicID=73aec3a0-2d40-42e2-aa60-74b7f7ccb75c</link>
<description>VoiceBot RSS: Open New Thunderbird Email</description>
<lastBuildDate>Thu, 10 Sep 2026 07:52:15 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.voicebot.net/Discussions/RSS/?TopicID=73aec3a0-2d40-42e2-aa60-74b7f7ccb75c</generator>
<item>
<title>RE: Open New Thunderbird Email</title>
<link>https://www.voicebot.net/Discussions/View/open-new-thunderbird-email/?ID=73aec3a0-2d40-42e2-aa60-74b7f7ccb75c#2</link>
<pubDate>Tue, 22 Mar 2016 18:53:22 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/open-new-thunderbird-email/?ID=73aec3a0-2d40-42e2-aa60-74b7f7ccb75c#2</guid>
<category>VoiceBot</category>
<description><![CDATA[It sure is! In your Macro, add the "Macro Script" action, and paste in the following code:
Code
Copy
Select All
using System;&#xA;using System.Drawing;&#xA;&#xA;public static class DisplayFusionFunction&#xA;{&#xA;public static void Run()&#xA;{&#xA;// Get the Thunderbird window handle&#xA;IntP...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
It sure is! In your Macro, add the "Macro Script" action, and paste in the following code:<br/>
<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code01a08a4d966673b1810693377bb2ae3d" class="ClipboardCopyControl"><img src="https://www.voicebot.net/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code01a08a4d966673b1810693377bb2ae3dJs'); return false;"><img src="https://www.voicebot.net/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code01a08a4d966673b1810693377bb2ae3dJs" name="code01a08a4d966673b1810693377bb2ae3dJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%;min-height:75px">using System;&#xA;using System.Drawing;&#xA;&#xA;public static class DisplayFusionFunction&#xA;{&#xA;public static void Run()&#xA;{&#xA;// Get the Thunderbird window handle&#xA;IntPtr window = BFS.Window.GetWindowByText(&quot;*Thunderbird&quot;);&#xA;&#xA;// Focus the Thunderbird window&#xA;BFS.Window.Focus(window);&#xA;BFS.General.ThreadWait(500);&#xA;&#xA;// Send the Ctrl &#x2B; N keyboard shortcut&#xA;BFS.Input.SendKeys(&quot;^({VK_78})&quot;);&#xA;}&#xA;}</pre><textarea id="code01a08a4d966673b1810693377bb2ae3d" name="code01a08a4d966673b1810693377bb2ae3d" style="position:absolute;top:0;left:-999999px;width:1px;height:1px"></textarea></div>
</div></div></div><br/>
<br/>
Hope that helps!
</div>
]]></content:encoded>
</item>
<item>
<title>Open New Thunderbird Email</title>
<link>https://www.voicebot.net/Discussions/View/open-new-thunderbird-email/?ID=73aec3a0-2d40-42e2-aa60-74b7f7ccb75c</link>
<pubDate>Sun, 20 Mar 2016 12:51:47 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/open-new-thunderbird-email/?ID=73aec3a0-2d40-42e2-aa60-74b7f7ccb75c</guid>
<category>VoiceBot</category>
<description><![CDATA[Is it possible to open a 'create a new message' email in Thunderbird using macro or similar?]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Is it possible to open a 'create a new message' email in Thunderbird using macro or similar?
</div>
]]></content:encoded>
</item>
</channel>
</rss>