 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Lotus Notes Email Attachments</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/lotus-notes-email-attachments/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/lotus-notes-email-attachments/</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 03:14:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: brooklynegg</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/lotus-notes-email-attachments/#comment-75775</link>
		<dc:creator>brooklynegg</dc:creator>
		<pubDate>Thu, 08 Apr 2010 21:33:20 +0000</pubDate>
		<guid isPermaLink="false">#comment-75775</guid>
		<description><![CDATA[I coded a formula button. To add Add a custom button to your workspace with this code. Use it from any Notes document. It stops evaluation if the current document has no Subject fieild or the document has no attachments. It assigns the attachment name to the subject if there is only on attachment. It prompts you to pick the attachment name you want in the Subject if there is more than one attachment. Don&#039;t know if that&#039;s what you wanted, but it is one way to do it.

@if(!@isavailable(Subject); 
	@Do(
		@Prompt([ok];&quot;No Subject Field&quot; ; &quot;The current document does not have a Subject field.&quot;) ; 				@return(0)); &quot;&quot;);
varNames := @AttachmentNames;
@If(VarNames = &quot;&quot;;
	@Do(
		@Prompt([Ok];&quot;No Attachments&quot;; &quot;There no attachments on this document. Please add an attachment and try again&quot;);
		@Return(0)
	);
&quot;&quot;);
varSubject := @If(
	@Elements(varNames ) = 1; varNames ;
	@Prompt([OkCancelList];&quot;Choose Attachment Name&quot;; &quot;Choose attachment name to assign to Subject&quot;; &quot;&quot;; varNames));
@SetField(&quot;Subject&quot;; varSubject)]]></description>
		<content:encoded><![CDATA[<p>I coded a formula button. To add Add a custom button to your workspace with this code. Use it from any Notes document. It stops evaluation if the current document has no Subject fieild or the document has no attachments. It assigns the attachment name to the subject if there is only on attachment. It prompts you to pick the attachment name you want in the Subject if there is more than one attachment. Don&#8217;t know if that&#8217;s what you wanted, but it is one way to do it.</p>
<p>@if(!@isavailable(Subject);<br />
	@Do(<br />
		@Prompt([ok];&#8221;No Subject Field&#8221; ; &#8220;The current document does not have a Subject field.&#8221;) ; 				@return(0)); &#8220;&#8221;);<br />
varNames := @AttachmentNames;<br />
@If(VarNames = &#8220;&#8221;;<br />
	@Do(<br />
		@Prompt([Ok];&#8221;No Attachments&#8221;; &#8220;There no attachments on this document. Please add an attachment and try again&#8221;);<br />
		@Return(0)<br />
	);<br />
&#8220;&#8221;);<br />
varSubject := @If(<br />
	@Elements(varNames ) = 1; varNames ;<br />
	@Prompt([OkCancelList];&#8221;Choose Attachment Name&#8221;; &#8220;Choose attachment name to assign to Subject&#8221;; &#8220;&#8221;; varNames));<br />
@SetField(&#8220;Subject&#8221;; varSubject)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brooklynegg</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/lotus-notes-email-attachments/#comment-75772</link>
		<dc:creator>brooklynegg</dc:creator>
		<pubDate>Thu, 08 Apr 2010 19:48:20 +0000</pubDate>
		<guid isPermaLink="false">#comment-75772</guid>
		<description><![CDATA[Couldn&#039;t the user create a smart icon button with @formula to grab the atttachment names, assign the attachment name as the subject, if there is only on attachment, or present a list of attachment names if there are more than one? As a smart icon, it would be available to any form in custom apps as well. Therefore, might want to check that Subject is an abailable field first. I&#039;ll post the steps and code if someone wants to try it.]]></description>
		<content:encoded><![CDATA[<p>Couldn&#8217;t the user create a smart icon button with @formula to grab the atttachment names, assign the attachment name as the subject, if there is only on attachment, or present a list of attachment names if there are more than one? As a smart icon, it would be available to any form in custom apps as well. Therefore, might want to check that Subject is an abailable field first. I&#8217;ll post the steps and code if someone wants to try it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brucewayne</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/lotus-notes-email-attachments/#comment-74974</link>
		<dc:creator>brucewayne</dc:creator>
		<pubDate>Thu, 18 Mar 2010 07:31:23 +0000</pubDate>
		<guid isPermaLink="false">#comment-74974</guid>
		<description><![CDATA[A solution would be to create an action that will run an agent coded in Lotus Script. 
This script will see attachement name and report it to the &quot;Subject&quot; field of the memo in the NotesUIDocument class....
I&#039;m afraid it will be expensive to code for the poor result ...]]></description>
		<content:encoded><![CDATA[<p>A solution would be to create an action that will run an agent coded in Lotus Script.<br />
This script will see attachement name and report it to the &#8220;Subject&#8221; field of the memo in the NotesUIDocument class&#8230;.<br />
I&#8217;m afraid it will be expensive to code for the poor result &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/8 queries in 0.044 seconds using memcached
Object Caching 297/298 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 04:50:48 -->