list Draft Email Messages For Email Address Id
abstract suspend fun listDraftEmailMessagesForEmailAddressId(emailAddressId: String): List<DraftEmailMessageWithContent>
Lists the metadata and content of all draft messages for the specified email address identifier.
Return
List of DraftEmailMessageWithContent.
Parameters
email Address Id
String The identifier of the email address associated with the draft email messages.