Skip to content
Snippets Groups Projects
Commit 69efeacd authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6180 set replay option to FORBIDDEN

parent 3230d7ee
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ public class NachrichtService { ...@@ -20,7 +20,7 @@ public class NachrichtService {
public static final String FIELD_POSTFACH_ID = "postfachId"; public static final String FIELD_POSTFACH_ID = "postfachId";
public static final String FIELD_REPLY_OPTION = "replyOption"; public static final String FIELD_REPLY_OPTION = "replyOption";
public static final String REPLY_OPTION = "POSSIBLE"; public static final String REPLY_OPTION = "FORBIDDEN";
public static final String FIELD_SUBJECT = "subject"; public static final String FIELD_SUBJECT = "subject";
public static final String FIELD_MAIL_BODY = "mailBody"; public static final String FIELD_MAIL_BODY = "mailBody";
public static final String FIELD_ATTACHMENTS = "attachments"; public static final String FIELD_ATTACHMENTS = "attachments";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment