-
Notifications
You must be signed in to change notification settings - Fork 10
Import GGmailMessage
Imports a message into only this user's mailbox, with standard email delivery scanning and classification similar to receiving via SMTP. Does not send a message.
Import-GGmailMessage [-UserId] <String> [[-MessageBody] <Message>] [[-Deleted] <Boolean>]
[[-InternalDateSource] <InternalDateSourceEnum>] [[-NeverMarkSpam] <Boolean>]
[[-ProcessForCalendar] <Boolean>] [-TargetUserEmail <String>] [-StandardQueryParams <StandardQueryParameters>]
[-GAuthId <String>] [-WhatIf] [-Confirm]
Imports a message into only this user's mailbox, with standard email delivery scanning and classification similar to receiving via SMTP. Does not send a message.
PS C:\> Import-GGmailMessage -UserId $SomeUserIdString -MessageBody $SomeMessageObj
This automatically generated example serves to show the bare minimum required to call this Cmdlet.
Additional examples may be added, viewed and edited by users on the community wiki at the URL found in the related links.
The user's email address. The special value me can be used to indicate the authenticated user.
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
An email message.
Type: Message
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value:
Accept pipeline input: True (ByPropertyName, ByValue)
Accept wildcard characters: False
Mark the email as permanently deleted (not TRASH) and only visible in Google Apps Vault to a Vault administrator. Only used for Google Apps for Work accounts.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 2
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Source for Gmail's internal date of the message.
Possible values: DateHeader, ReceivedTime
Type: InternalDateSourceEnum
Parameter Sets: (All)
Aliases:
Accepted values: DateHeader, ReceivedTime
Required: False
Position: 3
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Ignore the Gmail spam classifier decision and never mark this email as SPAM in the mailbox.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 4
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
Process calendar invites in the email and add any extracted meetings to the Google Calendar for this user.
Type: Boolean
Parameter Sets: (All)
Aliases:
Required: False
Position: 5
Default value:
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
The email account to be targeted by the service account.
Type: String
Parameter Sets: (All)
Aliases: ServiceAccountTarget
Required: False
Position: Named
Default value:
Accept pipeline input: False
Accept wildcard characters: False
A Standard Query Parameters Object.
Type: StandardQueryParameters
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value:
Accept pipeline input: False
Accept wildcard characters: False
The GAuthId representing the gShell auth credentials this cmdlet should use to run.
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value:
Accept pipeline input: False
Accept wildcard characters: False
The user's email address. The special value me can be used to indicate the authenticated user.
An email message.
Mark the email as permanently deleted (not TRASH) and only visible in Google Apps Vault to a Vault administrator. Only used for Google Apps for Work accounts.
Source for Gmail's internal date of the message.
Ignore the Gmail spam classifier decision and never mark this email as SPAM in the mailbox.
Process calendar invites in the email and add any extracted meetings to the Google Calendar for this user.
Part of the gShell Project, relating to the Google Gmail API; see Related Links or use the -Online parameter.
News - Get Started - Cmdlet Index - FAQ - Discussion - Downloads