Method GetTextAsync
GetTextAsync(CancellationToken)
Asynchronously extracts and returns the textual content from the attachment.
public Task<string> GetTextAsync(CancellationToken cancellationToken)
Parameters
cancellationToken
CancellationTokenA token to monitor for cancellation requests.