Gets the envelope (Subject, From, To...) of the specified message. Does not set the Seen flag.

Namespace: Limilabs.Client.IMAP
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public Envelope GetEnvelopeByUID(
	long uid
)
Visual Basic
Public Function GetEnvelopeByUID ( _
	uid As Long _
) As Envelope
Visual C++
public:
Envelope^ GetEnvelopeByUID(
	long long uid
)

Parameters

uid
Type: System..::..Int64
Unique-id of the message to get envelope for.

Return Value

Envelope information for specified message.

See Also