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);
Does not work on ShopContacts.
Exception Type | Condition |
---|---|
InvalidOperationException | Indicates that this Property is not accessible because the Contact is loaded from ContactShop Table and has no valid AcceptedSendout Property |
Contact Class | ppm3dakClient.Contacts Namespace