PowerTCP Mail for .NET
Message Property (ImapAlertEventArgs)




Contains the text of the message received from the IMAP server.
Syntax
Public ReadOnly Property Message As String
Dim instance As ImapAlertEventArgs
Dim value As String
 
value = instance.Message
public string Message {get;}
public: __property string* get_Message();
public:
property String^ Message {
   String^ get();
}

Property Value

Returns a string that contains the text of the message received from the IMAP server.
See Also

Reference

ImapAlertEventArgs Class
ImapAlertEventArgs Members


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