how would you know if email from saved search has ...
# ask-stanley-ai
j
how would you know if email from saved search has attachment netsuite
c
AI generated answer (using internal Slack threads):
To determine if an email from a saved search in NetSuite has an attachment, you can check the email header. Specifically, you should look for the
X-MailingID
header. This header contains various information about the email, including whether it has an attachment. Here is an example of what the
X-MailingID
header might look like:
Copy code
X-MailingID: scompid=763631; search=1408; action=scheduled; attachment=none
In this example, the
attachment=none
indicates that the email does not have an attachment. If there was an attachment, it would be indicated here. Please note that this information might not be visible in all email clients. If you can't find it, you might need to check the email's raw source or use a different email client that allows you to view the full headers. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.832519531
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.829589903
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.828521788
Please provide your feedback on this answer.