IPWorks S/MIME 2020 Qt Edition

Questions / Feedback?

MessageInfo Event

Fired with information for the message(s) retrieved by the server.

Syntax

class SIMAPMessageInfoEventParams {
public:
  const QString &MessageId();
  const QString &Subject();
  const QString &MessageDate();
  const QString &From();
  const QString &Flags();
  qint64 Size();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void MessageInfo(SIMAPMessageInfoEventParams *e);
// Or, subclass SIMAP and override this emitter function. virtual int FireMessageInfo(SIMAPMessageInfoEventParams *e) {...}

Remarks

The MessageInfo event is fired when messages are searched, listed, or message information is received.

Id is the Id of the message.

Subject is the message subject.

MessageDate is the date of the message.

From is the email address of the sender.

Flags is a list of flags associated with this message.

Size is the size of the message.

More information may be received from the respective properties, such as: MessageContentType, MessageContentEncoding, MessageRecipients, MessageDeliveryTime, MessageFlags, MessageHeaders, MessageInReplyTo, MessageNetId, MessageReplyTo, MessageSender, MessageSize, MessageSubject, MessageText, etc.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks S/MIME 2020 Qt Edition - Version 20.0 [Build 8154]