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