Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dealing with mailboxes
Message
 
 
To
01/11/2005 12:58:17
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01059724
Message ID:
01064118
Views:
19
>Yeah, right.. thanks.. I only thought on the possibility to see the table structure for EmailIn... Because I'll follow some solution closer to this.. And, I probably see something that I had not thought before..

No problem.
CREATE TABLE EmailIn (;
		Created_dt          T       ,;
		Ref_id              I       ,;
		Media               C(7)    ,;
		Type                C(8)    ,;
		Inout               C(1)    ,;
		Appcode             C(10)   ,;
		Subject             C(80)   ,;
		Sent_dt             T       ,;
		Fromaddr            M       ,;
		Textbody            M       ,;
		Htmlbody            M       ,;
		Attachment          M       ,;
		Toaddr              M       ,;
		Replyto             M       ,;
		Cc                  M       ,;
		Bcc                 M       ,;
		Fullmessag          M       ,;
		Created_by          C(16)   ,;
		Proc_stat           C(3)    ,;
		Proc_dt             T       ,;
		Proc_note           M       ,;
		Comment             M       ,;
		Rid                 I        ;
		)
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform