IGmailClient.FetchMessage

IGmailClient.FetchMessage method

Gets the specified message.

public MailMessage FetchMessage(string id)
ParameterTypeDescription
idStringThe ID of the message

Return Value

MailMessage instance.

See Also