PowerTCP Mail for .NET
Message Property (ImapProgressEventArgs)




Gets the ImapMessage being transferred.
Syntax
Public ReadOnly Property Message As ImapMessage
Dim instance As ImapProgressEventArgs
Dim value As ImapMessage
 
value = instance.Message
public ImapMessage Message {get;}
public: __property ImapMessage* get_Message();
public:
property ImapMessage^ Message {
   ImapMessage^ get();
}

Property Value

Returns the ImapMessage that represents the message being transferred.
See Also

Reference

ImapProgressEventArgs Class
ImapProgressEventArgs Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic