| IMailRemoveAttachments Method (AttachmentRemoverConfiguration) |
Removes attachments and visual elements from this email, according to configuration settings.
Namespace:
Limilabs.Mail
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax void RemoveAttachments(
AttachmentRemoverConfiguration configuration
)
Sub RemoveAttachments (
configuration As AttachmentRemoverConfiguration
)
void RemoveAttachments(
AttachmentRemoverConfiguration^ configuration
)
abstract RemoveAttachments :
configuration : AttachmentRemoverConfiguration -> unit
Parameters
- configuration
- Type: Limilabs.MailAttachmentRemoverConfiguration
Specifies configuration options, such as if visual elements should be removed.
See Also