Get-EventsFromEmailConfiguration

此 cmdlet 仅在基于云的服务中可用。

使用 Get-EventsFromEmailConfiguration cmdlet 查看邮箱上电子邮件设置中的事件。 这些设置定义 Outlook 或Outlook 网页版 (以前称为Outlook Web App) 是否自动发现电子邮件中的事件并将其添加到用户的日历。

有关以下语法部分的参数设置的详细信息,请参阅 Exchange cmdlet 语法

语法

Default (默认值)

Get-EventsFromEmailConfiguration
    [-Identity] <RecipientIdParameter>
    [<CommonParameters>]

说明

注意:以下输出属性已弃用:EventReservationProcessingLevel、FoodEstablishmentReservationProcessingLevel、InvoiceProcessingLevel 和 ServiceReservationProcessingLevel。

您必须先获得权限,然后才能运行此 cmdlet。 尽管本文列出了 cmdlet 的所有参数,但如果某些参数未包含在分配给你的权限中,则可能无法访问这些参数。 若要查找在贵组织中运行任何 cmdlet 或参数所需的权限,请参阅 Find the permissions required to run any Exchange cmdlet

示例

示例 1

Get-EventsFromEmailConfiguration -Identity peter@contoso.com

此示例从 邮箱的电子邮件设置 peter@contoso.com中检索所有事件。

参数

-Identity

适用:Exchange Online

Identity 参数指定要查看的邮箱。 按电子邮件地址标识邮箱。

参数属性

类型:RecipientIdParameter
默认值:None
支持通配符:False
不显示:False

参数集

(All)
Position:0
必需:True
来自管道的值:True
来自管道的值(按属性名称):False
来自剩余参数的值:False

CommonParameters

此 cmdlet 支持通用参数:-Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction 和 -WarningVariable。 有关详细信息,请参阅 about_CommonParameters