Pop3MessageInfoCollection.GetMessage

GetMessage(string)

Gets the Pop3MessageInfo of the E-Mail message.

public Pop3MessageInfo GetMessage(string uniqueId)
ParameterTypeDescription
uniqueIdStringUnique Id of the E-Mail message.

Return Value

Returns Pop3MessageInfo if exists, otherwise returns null.

See Also


GetMessage(int)

Gets the Pop3MessageInfo of the E-Mail message.

public Pop3MessageInfo GetMessage(int sequenceNumber)
ParameterTypeDescription
sequenceNumberInt32Sequence number of the E-Mail message.

Return Value

Returns Pop3MessageInfo if exists, otherwise returns null.

See Also