Click or drag to resize
GDSecureMimeEncoderFlushAsync Method
Flushes all previously invoked operations in an asynchronous operation. If one of operations fail, method throws exception.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public IAsyncOperation<IBuffer> FlushAsync()

Return Value

Type: IAsyncOperationIBuffer
When this method completes, it returns buffer with SMIME message.
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrows InvalidArgumentException when one of provided arguments was incorrect.
FailureExceptionThrows FailureException when one of operations failed.
See Also