3dak Client

Contact.AcceptedSendings Property

Returns a byte-Coded Long Number that indicates what CRM-Sendouts this Contact can recieve

[Visual Basic]
Public Property AcceptedSendOuts As 
[C#]
public AcceptedSendOuts AcceptedSendOuts { get; set; }
[C++]
public: __property  get_AcceptedSendOuts();
public: __property void set_AcceptedSendOuts(AcceptedSendOuts );
[JScript]
public function get AcceptedSendOuts() : AcceptedSendOuts
public function set AcceptedSendOuts(AcceptedSendOuts);

Remarks

Does not work on ShopContacts.

Exceptions

Exception TypeCondition
InvalidOperationExceptionIndicates that this Property is not accessible because the Contact is loaded from ContactShop Table and has no valid AcceptedSendout Property

See Also

Contact Class | ppm3dakClient.Contacts Namespace