PDA

View Full Version : MailItem.ConversationIndex max length



ldoodle
04-04-2019, 05:33 AM
Hi,

I need to store this in a SQL database. What is the best datatype / length to use in both SQL and ADO:




ADO:

.Parameters.Append .CreateParameter("@BatchId", adVarWChar | adLongVarWChar, adParamInput, XXXXX, BatchId)

SQL:

nvarchar(YYYYY)



Thanks