Coder Social home page Coder Social logo

Comments (11)

SubhashRoy044 avatar SubhashRoy044 commented on August 10, 2024

1.Send anyway button is not coming for soft block manifest.
image

  1. Cache is not working, as soon as the internet if off the user will get the warning message “add-in is taking longer than expected. Email Validation Tool for Accenture is processing message.”
    image

from office-js.

Swathy-Mothilal avatar Swathy-Mothilal commented on August 10, 2024

Thanks for reporting the issue @SubhashRoy044 . We are unable to repro the issue. Could you please provide a code snippet and the manifest file where you are encountering the issue?

from office-js.

RaveendraReshma avatar RaveendraReshma commented on August 10, 2024

@Swathy-Mothilal

below is the code snippet of send handler.

const onSendHandler = async(event) => {
    try {        
            event.completed({
                allowEvent: false,
                errorMessage: "Click on verify to open taskpane",
                commandId: "msgComposeOpenPaneButton",
                cancelLabel: "Verify",
            });
        }
    } catch {
        store.dispatch(
            setErrorMessage(
                `err`
            )
        );
    }
};

Have attached the manifest file.
Manifest.txt

from office-js.

Swathy-Mothilal avatar Swathy-Mothilal commented on August 10, 2024

Could you please share a hosted manifest and a repro video? All the links in the manifest are pointing to localhost.

from office-js.

Swathy-Mothilal avatar Swathy-Mothilal commented on August 10, 2024

@RaveendraReshma Kindly create another Github post with your details.

from office-js.

SubhashRoy044 avatar SubhashRoy044 commented on August 10, 2024

Here, is video.

issue_Mac.mp4

from office-js.

rkpathak avatar rkpathak commented on August 10, 2024

@SubhashRoy044 Its still not clear why are you offline and trying to run addin. Can you share the actual manifest and clear set of steps required to reproduce the issue.

from office-js.

SubhashRoy044 avatar SubhashRoy044 commented on August 10, 2024

Due to network issues, if users face a disconnection while drafting an email, they encounter problems while sending the email. Specifically, users are not getting the "Send Anyway" option, and hence the email is not going to the outbox. Instead, the only available option is the "Don't Send" button. This results in users being unable to send their emails when the internet connection is restored, however email have are present in draft section.

Expected Behavior:
When the internet connection is lost while drafting an email, the "Send Anyway" button should appear, allowing the email to be sent once the connection is restored. The email should be saved in the outbox, ready to be sent.

Current Behavior:

The "Send Anyway" button is not appearing.
Users only see the "Don't Send" button, which prevents the email from being sent or saved in the outbox. But email are saved in draft.

Additional Issue:
Cache is not working properly. As soon as the internet connection is lost, the user receives a warning message: “Add-in is taking longer than expected. Email Validation Tool for Accenture is processing message.”

from office-js.

neprasad-microsoft avatar neprasad-microsoft commented on August 10, 2024

Hi @SubhashRoy044
This is the expected behaviour for the SoftBlock send mode. Please find details here - https://learn.microsoft.com/en-us/office/dev/add-ins/outlook/onmessagesend-onappointmentsend-events?tabs=mac .
You can use the PromptUser mode in your add-in, but in this case in Offline mode the add-in does not run at all, and the email will go to Outbox without showing any alert.

from office-js.

microsoft-github-policy-service avatar microsoft-github-policy-service commented on August 10, 2024

This issue has been automatically marked as stale because it is marked as needing author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. Thank you for your interest in Office Add-ins!

from office-js.

microsoft-github-policy-service avatar microsoft-github-policy-service commented on August 10, 2024

This issue has been closed due to inactivity. Please comment if you still need assistance and we'll re-open the issue.

from office-js.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.