Method Opened
- Namespace
- MailFathom.Application.EmailContent.Attachments
- Assembly
- MailFathom.Application.dll
Opened(IOpenedEmailAttachment)
Carries the attachment that was opened.
public static OpenedEmailAttachmentResult Opened(IOpenedEmailAttachment attachment)
Parameters
attachmentIOpenedEmailAttachmentThe opened attachment.
Returns
- OpenedEmailAttachmentResult
The opened result.
Exceptions
- ArgumentNullException
Thrown when
attachmentis null.