Questions tagged [messageid]

36 questions
17
votes
3 answers

Get Message By ID: Discord.js

I am doing a report system for a discord bot and I want the player to report a specific message by the id so that the moderators can decide if it is offensive or not. I am struggling to find a way to get the message's text from the given id. Is…
NintendoZaedus
  • 653
  • 3
  • 8
  • 22
3
votes
2 answers

How to get message id of sent message Bot Framework (Teams channel)?

I am using Bot Framework SDK for Javascript. My bot is connected to the Teams channel. Right now I am saving every outgoing and incoming message from my bot to the DB. But I want also to save reactions of user to my messages. That is why I am using…
Druudik
  • 955
  • 1
  • 10
  • 32
3
votes
1 answer

Logic of Message-ID created by MS Outlook

Could somebody please explain the logic of Message-ID created by MS Outlook? especially this part “D45A2C0A.EB29” User-Agent: Microsoft-MacOutlook/14.6.9.160926 Date: Tue, 22 Nov 2016 17:08:26 -0600 Subject: Video playback error From: “AAAAAAAAAAAA…
Vinod Kd
  • 81
  • 1
  • 6
2
votes
0 answers

Can you tell Google's gmail servers to ignore a missing messageID?

We receive 12 emails daily from a vendor that supply data for management required reports. We originally set up a Gmail account to receive these messages which are processed by a CRON job. We discovered early on that the messages were never recorded…
Matthew Tomsho
  • 223
  • 3
  • 11
2
votes
3 answers

how to retrieve message_id for a mail using deliver_later(sidekiq)

I want the SMTP message_id of a mail using deliver_later(sidekiq). I am able to get the id in the return obj of deliver_now but not deliver_later. Message_id is also missing in the return value of mail() function inside my_action_mailer when I send…
sarthak0415
  • 83
  • 1
  • 6
2
votes
1 answer

Telegram-Bot answerInlineQuery no messageID as result

using the below code sniplet to send an InlineQuery to a chat (or channel or group) in Telegram as answer to a "Share"-button from another chat - it seems to work well... My inline bot creates a message and places it into the target chat. Problem…
Gerrit
  • 21
  • 2
2
votes
1 answer

IMAP, tracking moved messages using message id

We are developing a mail client written in Java. It has same functionalities like Outlook or Thunderbird, etc. It communicates with the mail server directly. Additionally, our business rules demand that we store all messages in our database and…
benchpresser
  • 2,171
  • 2
  • 23
  • 41
2
votes
1 answer

MSMQ triggered powershell - fires but does nothing for forwarded message

This is on Windows Server 2008 R2 Enterprise (64 bit) I want to execute a powershell script when a message arrives in a particular queue. It works as expected if I log on to the server and use a utility to move/copy a message into the queue. The…
wysiwyg
  • 21
  • 5
1
vote
1 answer

Does google pub sub deliver messages to dead letter queues with the same message id?

If you have topic t1 with subscriber s1 and s1 has dead letter forwarding to topic t2 with subscription s2, then do messages delivered to s1 have the same ids as their versions delivered to s2? My preliminary testing indicates the ids are not the…
Gavin Haynes
  • 1,721
  • 11
  • 21
1
vote
2 answers

gMail rejects eMails missing MessageID header coming from my Samsung phone

Problem: gMail rejects emails missing a "MessageID" header, and email originating from my Samsung phone does not include the MessageID header. What I see: Email originating from my phone's email app [Samsung email Version 6.1.72.1] does not include…
John
  • 207
  • 3
  • 12
1
vote
1 answer

Amazon SES using Message Id

Im using AWS Lambda for sending emails by Amazon SES. Each time that the request send_email succeeds I got the message id like confirmation. But now, I want to use somehow this messageId. For example to know if this message concretelly get delivered…
1
vote
1 answer

The SignalR's messageId value

I use SignalR for my ASP.Net Application with longPolling protocol. I see that the client send the \signalr\pool request to server with the messageId form data: d-B1017AFE-SC,B8|bW,0|bs,1|bx,2. I'm looking for the documents which describe the…
Rango
  • 1,954
  • 4
  • 14
  • 14
1
vote
1 answer

Delete outgoing message sent by telegram bot (Telegram, python)

i am stuck in my code as i do not know how to input/derive the message_id of the outgoing message forwarded by my bot. Background: This is just a part of my code which i would subsequently integrate into the main code. Here, i am testing the…
ompm
  • 21
  • 1
  • 3
1
vote
2 answers

VSTO - Outlook how to trace email from Message ID

I'm developing a VSTO add-in for Outlook, Now I get a bounce back email, which included message ID. How can I trace the original email from this message ID in VSTO program?
1
vote
0 answers

What SQL Server DataType Should I Store an Email MessageId As?

I'm writing a feature that processes inbound/outbound emails and stores them. One of the most important pieces that I need to store is the Message-Id that's in the header of all standard-compliant emails (from what I understand). I was going to…
Brandon
  • 3,074
  • 3
  • 27
  • 44
1
2 3