AggregationSubscriptionIdParameter Members
Include Protected Members
Include Inherited Members
Identifies a subscription.
The AggregationSubscriptionIdParameter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AggregationSubscriptionIdParameter() | Initializes a new instance of the AggregationSubscriptionIdParameter class. | |
AggregationSubscriptionIdParameter(INamedIdentity) | Initializes a new instance of the AggregationSubscriptionIdParameter class for the specified identity. | |
AggregationSubscriptionIdParameter(Mailbox) | ||
AggregationSubscriptionIdParameter(ObjectId) | Initializes a new instance of the AggregationSubscriptionIdParameter class from the specified object identifier. | |
AggregationSubscriptionIdParameter(PimSubscriptionProxy) | ||
AggregationSubscriptionIdParameter(String) | Initializes a new instance of the AggregationSubscriptionIdParameter class from the specified subscription identifier. |
Top
Properties
Name | Description | |
---|---|---|
EmailAddress | Gets or sets the e-mail address associated with the subscription. | |
GuidIdentityString | Gets a subscription identifier as a pair of GUIDs. | |
MailboxIdParameter | Gets an identifier for the mailbox associated with the subscription. | |
Name | Gets or sets the name of the subscription. | |
RawIdentity | Gets the raw identifier for the subscription. | |
SubscriptionId | Gets or sets the subscription identifier as a GUID. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetObjects<T>(ObjectId, IConfigDataProvider) | Returns all objects that match this subscription identifier. | |
GetObjects<T>(ObjectId, IConfigDataProvider, OptionalIdentityData, Nullable<LocalizedString>) | Returns all objects that match this subscription identifier. | |
GetType | (Inherited from Object.) | |
Initialize | Initializes a subscription identifier with the specified subscription object identifier | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns the subscription identifier. (Overrides Object.ToString().) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IIdentityParameter.RawIdentity | Gets the identifier for the subscription. |
Top