API Reference
Class
EmailAddress
Represents an email or Outlook address.
Inheritance
- Object
- EmailAddress
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method OfflineAddressBookEntry.ToEmailAddress
- Method OfflineAddressBookIdentityCandidate.ToEmailAddress
- Property EmailDocument.From
- Property EmailDocument.ReceivedBy
- Property EmailDocument.ReceivedRepresenting
- Property EmailDocument.Sender
- Property EmailRecipient.Address
- Property OutlookDistributionListMember.Address
- Property EmailStoreItemSummary.From
- Property EmailStoreItemSummary.Sender
Accepted by parameters
- Method OfflineAddressBookIdentityIndex.Resolve
- Constructor EmailRecipient.EmailRecipient
- Method OutlookDistributionList.Add
- Method OutlookEntryIdCodec.EncodeOneOff
- Method OutlookEntryIdCodec.TryDecodeOneOff
Constructors
public EmailAddress(String address, String displayName = null, String rawValue = null) #Creates an address.
Parameters
- address System.String
- displayName System.String = null
- rawValue System.String = null
Methods
Inherited Methods
Properties
public String Address { get; set; } #SMTP or source-specific address value.
public String DisplayName { get; set; } #Human-readable display name.
public String RawValue { get; set; } #Original source spelling when available.
public String AddressType { get; set; } #Source address type such as SMTP, EX, X400, or FAX.