RuleCollection Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Representa uma coleção de regras.
public ref class RuleCollection sealed : Microsoft::Exchange::WebServices::Data::ComplexProperty, System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::Rule ^>
public sealed class RuleCollection : Microsoft.Exchange.WebServices.Data.ComplexProperty, System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.Rule>
Public NotInheritable Class RuleCollection
Inherits ComplexProperty
Implements IEnumerable(Of Rule)
- Herança
- Implementações
Propriedades
Count |
Obtém o número de regras na coleção de regras. |
Item[Int32] |
Obtém a regra no índice especificado na coleção. |
OutlookRuleBlobExists |
Obtém um valor que indica se existe um blob de regra do Microsoft Outlook na caixa de correio do usuário. |
Métodos
GetEnumerator() |
Retorna um enumerador que permite iterar por meio dos objetos da coleção. |
Implantações explícitas de interface
IEnumerable.GetEnumerator() |
Obtém um enumerador para iterar por meio dos elementos da coleção. O IEnumerable.GetEnumerator() método é aplicável para clientes que visam Exchange Online e versões do Exchange começando com Exchange Server 2013. |