Click or drag to resize

Pop3GetUID Method (Int64)

Sends UIDL command to the pop3 server. Returns unique-id for that message.

Namespace:  Limilabs.Client.POP3
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public string GetUID(
	long messageNumber
)

Parameters

messageNumber
Type: SystemInt64
Message number

Return Value

Type: String
Unique-id for specified email message
Exceptions
ExceptionCondition
Pop3ResponseExceptionThrows Pop3ResponseException on error response.
See Also