What is the maximum size of string that can be stored in these properties?
userdata
subject
sendername
Thanks.
Never mind.
Just found this in the docs.
szRecipName — The name of the person the fax is addressed to.
szSubject — The subject of the fax.
szSenderName — The name of the sender of the fax
szComments — Any comments concerning the fax
szSenderCompany — The name of the company sending the fax
szRecipCompany — The name of the company the fax is being sent to
szSenderFax — The fax number of the sending fax machine
szSenderPhone — The phone number of the person sending the fax
szUserData— A field to be used for whatever purpose your app desires
You should note that all of these fields are virtually unlimited in length, although for practical usage in banners or cover pages you will probably want to limit them to reasonable lengths for your application. Just what constitutes a "reasonable length" will probably differ from application to application.