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