Hi @Posey, Jay
Please refer to the code snippet below to get the attachment body content.
final InputStream result = new FileAttachmentStreamRequestBuilder(graphClient.users("user id").messages("message id").attachments("attachment id").buildRequest().getRequestUrl().toString() + "/$value", graphClient, null).buildRequest().get();
Hope this helps.
If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.