AggregationSubscriptionIdParameter Members

Include Protected Members
Include Inherited Members

Identifies a subscription.

The AggregationSubscriptionIdParameter type exposes the following members.

Constructors

  Name Description
Public method AggregationSubscriptionIdParameter() Initializes a new instance of the AggregationSubscriptionIdParameter class.
Public method AggregationSubscriptionIdParameter(INamedIdentity) Initializes a new instance of the AggregationSubscriptionIdParameter class for the specified identity.
Public method AggregationSubscriptionIdParameter(Mailbox)
Public method AggregationSubscriptionIdParameter(ObjectId) Initializes a new instance of the AggregationSubscriptionIdParameter class from the specified object identifier.
Public method AggregationSubscriptionIdParameter(PimSubscriptionProxy)
Public method AggregationSubscriptionIdParameter(String) Initializes a new instance of the AggregationSubscriptionIdParameter class from the specified subscription identifier.

Top

Properties

  Name Description
Public property EmailAddress Gets or sets the e-mail address associated with the subscription.
Public property GuidIdentityString Gets a subscription identifier as a pair of GUIDs.
Public property MailboxIdParameter Gets an identifier for the mailbox associated with the subscription.
Public property Name Gets or sets the name of the subscription.
Public property RawIdentity Gets the raw identifier for the subscription.
Public property SubscriptionId Gets or sets the subscription identifier as a GUID.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjects<T>(ObjectId, IConfigDataProvider) Returns all objects that match this subscription identifier.
Public method GetObjects<T>(ObjectId, IConfigDataProvider, OptionalIdentityData, Nullable<LocalizedString>) Returns all objects that match this subscription identifier.
Public method GetType (Inherited from Object.)
Public method Initialize Initializes a subscription identifier with the specified subscription object identifier
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns the subscription identifier. (Overrides Object.ToString().)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IIdentityParameter.RawIdentity Gets the identifier for the subscription.

Top