Package-level declarations
Types
Functions
Link copied to clipboard
inline suspend fun WorkMailMessageFlowClient.putRawMessageContent(crossinline block: PutRawMessageContentRequest.Builder.() -> Unit): PutRawMessageContentResponse
Updates the raw content of an in-transit email message, in MIME format.
Link copied to clipboard
fun WorkMailMessageFlowClient.withConfig(block: WorkMailMessageFlowClient.Config.Builder.() -> Unit): WorkMailMessageFlowClient
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.