Skip to content

Commit e7b238e

Browse files
committed
Update Send-Email.md
1 parent 28b909a commit e7b238e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

wiki/Send-Email.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -465,11 +465,12 @@ gam user recipient@domain.com sendemail to sender@domain.com references "<CAAMab
465465
If you want to have Gmail recognize the reply in conversation mode in the Sent folder of the original recipient,
466466
you must include `threadid <String>`; you can get the 'threadId` with:
467467
```
468-
gam user recipient@domain.com show messages query "rfc822MsgId:<CAAMabc...XYZQ@mail.gmail.com>"
468+
gam user recipient@domain.com show threads query "rfc822MsgId:<CAAMabc...XYZQ@mail.gmail.com>"
469469
Getting all Messages that match query ((rfc822MsgId:<CAAMabc...XYZQ@mail.gmail.com>)) for recipient@domain.com
470470
Got 1 Message that matched query ((rfc822MsgId:<CAAMabc...XYZQ@mail.gmail.com>)) for recipient@domain.com...
471-
User: recipient@domain.com, Show 1 Message
472-
Message: 19cfd414fe48430d
471+
User: recipient@domain.com, Show 1 Thread
472+
Thread: 19cfd414fe48430d
473+
Message: 19cfd414fe48430d
473474
...
474475
475476
gam user recipient@domain.com sendemail to sender@domain.com references "<CAAMabc...XYZQ@mail.gmail.com>" in-reply-to "<CAAMabc...XYZQ@mail.gmail.com>" subject "Re: Original subject" textmessage "Reply text" threadid 19cfd414fe48430d

0 commit comments

Comments
 (0)