Pop3Client.GetMessageHeaders

GetMessageHeaders(IConnection, int)

Gets the message headers

public HeaderCollection GetMessageHeaders(IConnection connection, int sequenceNumber)
ParameterTypeDescription
connectionIConnectionConnection to a server
sequenceNumberInt32The sequence number of the message

Return Value

HeaderCollection that represents collection of the headers

See Also


GetMessageHeaders(int)

Gets the message headers

public HeaderCollection GetMessageHeaders(int sequenceNumber)
ParameterTypeDescription
sequenceNumberInt32The sequence number of the message

Return Value

HeaderCollection that represents collection of the headers

See Also


GetMessageHeaders(IConnection, string)

Gets the message headers

public HeaderCollection GetMessageHeaders(IConnection connection, string uniqueId)
ParameterTypeDescription
connectionIConnectionConnection to a server
uniqueIdStringThe unique id of the message

Return Value

HeaderCollection that represents collection of the headers

See Also


GetMessageHeaders(string)

Gets the message headers

public HeaderCollection GetMessageHeaders(string uniqueId)
ParameterTypeDescription
uniqueIdStringThe unique id of the message

Return Value

HeaderCollection that represents collection of the headers

See Also