Bonjour
Mais de votre intervention.
Pour l'instant j'ai créer une régle pour avoir les mails du même destinataire, dans un dossier Lotus, et pour éviter de faire Enregistrer sous + changer le nom du fichier, j'ai intégrer un bouton avec le script joint.
Mais il faut qd même ouvrir le fichier pour que le script fonctionne. Je gagne pas grand chose, mais c'est déjà ça, et je n'ai pas trouvé plus simple

/
EXTRACT_STO.CSV := @AttachmentNames ;
wCreated:=@Created;
lepath := "L:\\Domaine stock\\100_Stock Tendron mag401\\"+ @Text(@Year(wCreated))+
@If(@Month(wCreated)<9;"0";"")+
@Text(@Month(wCreated))+
@If(@Day(wCreated)<9;"0";"")+
@Text(@Day(wCreated))+
"-" +
@If(@Hour(wCreated)<9;"0";"")+
@Text(@Hour(wCreated))+
@If(@Minute(wCreated)<9;"0";"")+
@Text(@Minute(wCreated))+
@If(@Second(wCreated)<9;"0";"")+
@Text(@Second(wCreated))+
"_EXTRACT_STO.CSV" ;
@Command([EditDetach]; EXTRACT_STO.CSV; lepath)