SSIS Script Task to extract file from mailbox subfolder -
i want extract file mailbox sub-folder. below works inbox how tell go sub-folder down tree inbox.
//bind inbox folder service object folder inbox = folder.bind(service, wellknownfoldername.inbox);
any ideas please?
andy, think you're asking ews-specific question on how might traverse folders. ono2012 shared starter code on: how items folders , sub-folders of publicfolders using ews managed api
i think helpful you.
Comments
Post a Comment