pub trait WorkmailMessageFlow {
// Required method
fn get_raw_message_content<'life0, 'async_trait>(
&'life0 self,
input: GetRawMessageContentRequest,
) -> Pin<Box<dyn Future<Output = Result<GetRawMessageContentResponse, RusotoError<GetRawMessageContentError>>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
}
Expand description
Trait representing the capabilities of the Amazon WorkMail Message Flow API. Amazon WorkMail Message Flow clients implement this trait.
Required Methods§
Sourcefn get_raw_message_content<'life0, 'async_trait>(
&'life0 self,
input: GetRawMessageContentRequest,
) -> Pin<Box<dyn Future<Output = Result<GetRawMessageContentResponse, RusotoError<GetRawMessageContentError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_raw_message_content<'life0, 'async_trait>(
&'life0 self,
input: GetRawMessageContentRequest,
) -> Pin<Box<dyn Future<Output = Result<GetRawMessageContentResponse, RusotoError<GetRawMessageContentError>>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Retrieves the raw content of an in-transit email message, in MIME format.