Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

forwarding email without attachments

Status
Not open for further replies.

radekr

MIS
Oct 10, 2002
15
NZ

Hi,
I want to automatically forward emails to my mobile. To get ride of attachments, I tried to use @MialSend formula, but no luck :( I would appreciate any suggestion how to do it.
Thanks,
Radek
 
We use the following script on a Reply\Reply with History - attachments removed, shared action:

@If(@IsDocTruncated; @Prompt([OK]; "Reply with History"; "This document is truncated."); "");
@SetEnvironment( "tmpReplyHistAll" ; "FALSE" ) ;
@SetEnvironment("tmpReplyWithoutAttachments"; "1");
@Command([ToolsRunMacro] ; "(ReplyNoAttachments)" )

Haven't tried to modify it for forwarding, but this might help get you started.

John Judge
MCSE, MCSA, MCP, CCNA, CNA, Network +, A+
 
We use the following script on a Reply\Reply with History - attachments removed, shared action:

@If(@IsDocTruncated; @Prompt([OK]; "Reply with History"; "This document is truncated."); "");
@SetEnvironment( "tmpReplyHistAll" ; "FALSE" ) ;
@SetEnvironment("tmpReplyWithoutAttachments"; "1");
@Command([ToolsRunMacro] ; "(ReplyNoAttachments)" )

Haven't tried to modify it for forwarding, but this might help get you started.

John Judge
MCSE, MCSA, MCP, CCNA, CNA, Network +, A+
 
Hi,

If you use POP3 to connect your mobile to your Domino server or you use a third party tool on your mobile you can retrieve all e-mails without attachments (the icon will show). Only when you request the attachment it will be trasferred the next time you connect.



Kind regards,

Dominik Malfait
dominik@amazingit.com
 
Hey Radekr, was that forwarding to an SMS text message?

John Judge, please post the source for the agent called (ReplyNoAttachments). Ta.

Find me @ onlinecorporatesoftware.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top