Class Google_Service_Gmail_UsersSettingsForwardingAddresses_Resource
The "forwardingAddresses" collection of methods. Typical usage is:
$gmailService = new Google_Service_Gmail(...); $forwardingAddresses = $gmailService->forwardingAddresses;
- Google_Service_Resource
- 
			 Google_Service_Gmail_UsersSettingsForwardingAddresses_Resource Google_Service_Gmail_UsersSettingsForwardingAddresses_Resource
		
		
		
		
		Located at Gmail.php
	
	| 
			 public 
			 | 
		#
		 create( string $userId, Creates a forwarding address. If ownership verification is required, a message will be sent to the recipient and the resource's verification status will be set to pending; otherwise, the resource will be created with verification status set to accepted. | 
| 
			 public 
			
			
			 | 
		#
		 delete( string $userId, string $forwardingEmail, array $optParams = array() )Deletes the specified forwarding address and revokes any verification that may have been required. | 
| 
			 public 
			 | 
		#
		 get( string $userId, string $forwardingEmail, array $optParams = array() )Gets the specified forwarding address. (forwardingAddresses.get) | 
| 
			 public 
			 | 
		#
		 listUsersSettingsForwardingAddresses( string $userId, array $optParams = array() )Lists the forwarding addresses for the specified account. (forwardingAddresses.listUsersSettingsForwardingAddresses) |