Hi,i am search the document based on Created date.if the user specify the single date, i can search the document using Dim pParams As IManProfileSearchParameters pParams = m_ConnectionInfo.DMSServer.CreateProfileSearchParameters() pParams.Add(imProfileAttributeID.imProfileCreateDate, "12/12/2007")m_ConnectionInfo.UserSession.Databases.ItemByName("iwov").SearchDocuments(pParams, True)Suppose when user want to search the document between start and enddate.Can any one help me search the document between two date.Thanks,
Thanks, It is working fine. But when i try the same thing for searching based on Custom21 an d Custom 22.it is not diaplaying any document.Custom21 and Custom22 are coming under E-mail search criteria.Can you give some details regarding this.