Forum Discussion

condo's avatar
condo
Frequent Visitor
7 years ago
Solved

Need to increase timout settings on Microsoft Exchange Connection

Hi folks,   I need some help. I am running a relatively simply data connection to Microsoft Exchange which has worked fine. I have expanded a few fields, and now it is timing out. I want to increas...
  • PradipMCT's avatar
    7 years ago

    Hi condo 

     

    Please try this 

     

    let
        Source = Exchange.Contents("Yourmailid"), 
        Timeout=#duration(0,0,45,0),
        Mail1 = Source{[Name="Mail"]}[Data]
    
    in
        Mail1

    If this answers your question then please do mark this as a solution 

     

    Regards,

    Pradip Microsoft Certified Trainer

    Pradip's YouTube Channel