Ragarding popup mail message

Hi,
I am trying to do one project which is in I am getting daily 100 messages from the gmail. but i want to read only important messages which are comes from some important person. while i am in busy i want to get a popup message on my desktop. for this how can i give the message to desktop. can you please help me out of this…??

Hi, can you check using For Each of the Items in the output of e.g. your Get IMAP Mail Messages (here called “emailsReceived”), if the email.From.Address.ToString matches your assigned sender (here assigned as “emailSender”)? If so, then you would get a message box with a notification.

1 Like