This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Specifies if attachments on disk should be deleted after send.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
public enum DeleteAttachmentAfterSend
Visual Basic (Declaration)Copy imageCopy Code
Public Enumeration DeleteAttachmentAfterSend

Members

Member nameDescription
Never
Attachments on disk are never deleted.
OnSuccess
Attachments on disk are deleted after the message is succesfully passed to the mail server. Note that there is no guarantee that the message will be delivered to the specified email address.

See Also

Advanced