GetAttachments

GetAttachments()

Returns attachments contained by the document.

public IList<Attachment> GetAttachments()

Return Value

Attachments contained by the document.

Exceptions

exception condition
PasswordRequiredException Thrown when password is required to open the document.
IncorrectPasswordException Thrown when password that was specified is incorrect.

Remarks

Learn more

See Also


GetAttachments(CancellationToken)

Returns attachments contained by the document.

public IList<Attachment> GetAttachments(CancellationToken cancellationToken)
Parameter Type Description
cancellationToken CancellationToken Cancellation token.

Return Value

Attachments contained by the document.

Exceptions

exception condition
PasswordRequiredException Thrown when password is required to open the document.
IncorrectPasswordException Thrown when password that was specified is incorrect.

Remarks

Learn more

See Also