Represents a single member of a RecipientCollection.
| C# | Visual Basic |
public sealed class Recipient
Public NotInheritable Class Recipient
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Recipient(String) |
Initializes a new instance of the Recipient class, using the Recipient's address.
| |
| Recipient(String, String) |
Initializes a new instance of the Recipient class, using the Recipient's name and address.
| |
| Address |
Gets or sets the recipients email address.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Name |
Gets the recipient's name.
| |
| Status |
Gets or sets the RecipientStatus for a recipient of a meeting request.
| |
| ToString()()()() | (Overrides Object.ToString()()()().) | |
| Type |
Gets or sets the RecipientType for a recipient of a meeting request.
|
| Object | |
| Recipient | |