Gmail Agent API v0.6.1 Library

GmailCookieFactory.GenerateCookie Method 

Generates a Cookie for use with Gmail.

public Cookie GenerateCookie(
   string cookieName
);

Parameters

cookieName
The name of the cookie to generate.

Return Value

The Cookie that can be sent along with a HttpWebRequest.

See Also

GmailCookieFactory Class | Johnvey.GmailAgent Namespace