IMailRecipientPersonId Property |
property PersonId
Namespace:
SOMailReader.Interop
Assembly:
SOMailReader.Interop (in SOMailReader.Interop.dll) Version: 8.0.0.0
Syntaxint PersonId { get; set; }
Property PersonId As Integer
Get
Set
Dim instance As IMailRecipient
Dim value As Integer
value = instance.PersonId
instance.PersonId = value
property int PersonId {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also