SingleRecipientType.Item Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Item property gets or sets the e-mail address of a recipient.
public:
property ExchangeWebServices::EmailAddressType ^ Item { ExchangeWebServices::EmailAddressType ^ get(); void set(ExchangeWebServices::EmailAddressType ^ value); };
public ExchangeWebServices.EmailAddressType Item { get; set; }
Public Property Item As EmailAddressType
Property Value
The Item property returns an EmailAddressType object that contains the e-mail address information for a single recipient.