IP*Works! S/MIME V9 - Online Help
IP*Works! S/MIME V9
Questions / Feedback?

MessageInfo Event

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

Syntax

[VB.NET]
Public Event OnMessageInfo As OnMessageInfoHandler
[C#]
public event OnMessageInfoHandler OnMessageInfo;

public delegate void OnMessageInfoHandler(object sender, SimapMessageInfoEventArgs e);

class SimapMessageInfoEventArgs : EventArgs {
  string MessageId {get;}
  string Subject {get;}
  string MessageDate {get;}
  string From {get;}
  string Flags {get;}
  long Size {get;}
}

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) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0