3dak Client

Contact.MailIntegrity Property

Number indicating if the Contact was able to recieve Emails lately

[Visual Basic]
Public Property Int32 As 
[C#]
public int Int32 { get; set; }
[C++]
public: __property  get_Int32();
public: __property void set_Int32(int );
[JScript]
public function get Int32() : int
public function set Int32(int);

Remarks

Starts with 10, for each unsuccessful send-attempt Number is decreased by one, each successful send-attempt increases Integrity by 1. If Integrity reaches 20 it's no longer increased and Mails are always sent to Contact. If Integrity reaches 0 3dak is no longer trying to send Mails to this contact because his Email address is broken.

See Also

Contact Class | ppm3dakClient.Contacts Namespace