list Draft Email Message Metadata For Email Address Id
abstract suspend fun listDraftEmailMessageMetadataForEmailAddressId(emailAddressId: String): List<DraftEmailMessageMetadata>
Lists the metadata of all draft messages for the specified email address identifier.
Return
List of DraftEmailMessageMetadata.
Parameters
email Address Id
String The identifier of the email address associated with the draft email messages.