Gets the list of all 'received' headers added to this email message.
Namespace: Limilabs.MailAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
IList<ReceivedEntry> Received { get; } |
| Visual Basic |
|---|
ReadOnly Property Received As IList(Of ReceivedEntry) Get |
| Visual C++ |
|---|
property IList<ReceivedEntry^>^ Received { IList<ReceivedEntry^>^ get (); } |