Click or drag to resize

SOMailRecipient Interface

SOMailRecipient class

Namespace:  SOMailReader.Interop
Assembly:  SOMailReader.Interop (in SOMailReader.Interop.dll) Version: 8.0.0.0
Syntax
public interface SOMailRecipient : IMailRecipient

The SOMailRecipient type exposes the following members.

Properties
  NameDescription
Public propertyAddress
property Address
(Inherited from IMailRecipient.)
Public propertyContactId
property ContactId
(Inherited from IMailRecipient.)
Public propertyDescription
property Description
(Inherited from IMailRecipient.)
Public propertyMailId
property MailId
(Inherited from IMailRecipient.)
Public propertyName
property Name
(Inherited from IMailRecipient.)
Public propertyPersonId
property PersonId
(Inherited from IMailRecipient.)
Public propertyProjectId
property ProjectId
(Inherited from IMailRecipient.)
Public propertyProtocol
property Protocol
(Inherited from IMailRecipient.)
Public propertyType
property Type
(Inherited from IMailRecipient.)
Top
See Also