Mac Hyp: Setting Automatic Self-Copy on a Message (71408)



The information in this article applies to:

  • Microsoft Mail Software Development Kit (SDK) for HyperCard 3.0

This article was previously published under Q71408

SUMMARY

In the Microsoft Mail Software Development Kit (SDK) for HyperCard, the following function sets the message's "Retain a copy in the Sent Mail folder" flag:
   msmail (setRetainCopy, messageRef [, boolean])
				
This function simulates the "Retain a copy in the Sent Mail folder" option in the Options dialog box of the message's send screen. The default boolean is true.

For example, the following commands will cause a message to be retained in the Sent Mail folder:
   put msmail (createMessage) into messageRef
   get msmail (setRetainCopy, messageRef, true)
				
This information is taken from the "Microsoft Mail HyperCard Interface Documentation."

Modification Type:MajorLast Reviewed:11/9/1999
Keywords:KB71408