PowerTCP Mail for .NET
Messages Property (ImapUpdateEventArgs)




Gets an ImapMessage array that represents the messages affected by the update.
Syntax
Public ReadOnly Property Messages As ImapMessage()
Dim instance As ImapUpdateEventArgs
Dim value() As ImapMessage
 
value = instance.Messages
public ImapMessage[] Messages {get;}
public: __property ImapMessage*[]* get_Messages();
public:
property array<ImapMessage^>^ Messages {
   array<ImapMessage^>^ get();
}

Property Value

ImapMessage array that represents the messages affected by the update.
See Also

Reference

ImapUpdateEventArgs Class
ImapUpdateEventArgs Members


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