⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stdnames.h

📁 IBM Lotus C++ API 7.0a for IBM Lotus Notes/Domino Directory Release --------- ------------------
💻 H
📖 第 1 页 / 共 5 页
字号:
	only one of these puppies - there is no list in the designer to get at
	more than one.  However, for completeness, I'll make the appropriate
	patterns for the day we may want to have separateness. */

#define DFLAGPAT_SACTIONS_DESIGN "+y"
#define DFLAGPAT_SACTIONS_WEB 	 "(+-0*y"
#define DFLAGPAT_SACTIONS_NOTES	 "(+-0*y"


/* Web server patterns */
#define DFLAGPAT_NONWEB "+w70stVXp^"			/* elements that are never used on the web */
#define DFLAGPAT_NONWEB_EXCLUDE "-w70stVXp^"	/* same flags as DFLAGPAT_NONWEB */
/* For the rest, no need to include flags from DFLAGPAT_NONWEB, since
   these flags are excluded in an initial pass. (see insrv\inotes\ndesdict.cpp) */
#define DFLAGPAT_AGENTSWEB "(+-QXstmz{*"		/* agents that can be run from the web */
#define DFLAGPAT_AGNTORWEBSVCWEB "(+-QXstmz*"	/* agents or web services that can be run from the web */
#define DFLAGPAT_WEBSERVICEWEB "+{"			/* web services that can be run from the web */
#define DFLAGPAT_FORMSWEB "-U#Wi@y"			/* forms usable from the web */
#define DFLAGPAT_SUBFORMSWEB "+U"			/* subforms usable from the web */
#define DFLAGPAT_FRAMESETSWEB "+#"			/* frameset from the web */
#define DFLAGPAT_PAGESWEB "+W"				/* web pages from the web */
#define DFLAGPAT_VIEWSWEB "-G"				/* views usable from the web */
#define DFLAGPAT_NAVIGATORSWEB "+G"			/* navigators usable from the web */
#define DFLAGPAT_SHAREDFIELDSWEB "*"		/* shared fields usable from the web */
#define DFLAGPAT_ALLWEB "*"					/* all design elements */
#define DFLAGPAT_NO_FILERES_DIRS "-/"		/* all design elements excluding file resource directories*/
#define DFLAGPAT_FIRSTPATTERNCHAR "(+-*"	/* patterns start with one of these */
#define DFLAGPAT_WEBHYBRIDDB "+%"			/* all WebHybridDb design elements */

/*	a new flags field that (will be) in the design collection.  $Flags is just
	so full that we need some wiggle room!! */
#define DESIGN_FLAGS_EXTENDED	"$FlagsExt"	/* because we're just gonna need it */
#define DESIGN_FLAGEXT_FILE_DEPLOYABLE	'D'	/* for web apps, this file is ready for primetime */
#define DESIGN_FLAGEXT_DONTREFRESH_ON_REDEPLOY	'R' /* for web apps, this file should not be replaced on redeploy */
#define DESIGN_FLAGEXT_NOTE_HAS_DAVPROPERTIES	'P'	/* for WebDAV resources.  The note has a dead properties in the $DavProperties field */
#define DESIGN_FLAGEXT_NOTE_HAS_MSPROPERTIES	'M' /* for WebDAV: indicates that certain MS properties are among the dead properites */
#define DESIGN_FLAGEXT_DAVLOCKNULL				'N' /* for WebDAV lock null resources */
#define DESIGN_FLAGEXT_WEBDAV_HIDDEN			'H' /* for WebDAV: the note is hidden */
#define DESIGN_FLAGEXT_DAVCOMPUTEFORM			'C'	/*	for davs, a compute with form dav */
#define DESIGN_FLAGEXT_DAVATTACH				'A'	/*	for davs, this one supports attachments */
#define DESIGN_FLAGEXT_DAVGMTNORMAL				'Z'	/*	for davs, this one GMT normalizes */
#define DESIGN_FLAGEXT_JAVADEBUG				'D' /*	can reuse D because old use is obsolete */
#define DESIGN_FLAGEXT_PROFILE					'F' /* 	profile code running in this note */

/* DAV item names */
#define DESIGN_DAV_CFNAME		"$DAVComputeForm"
#define DESIGN_DAV_ATTVIEW		"$DAVAttachView"
#define DESIGN_DAV_FLDS			"$DAVFldDesc"
#define DESIGN_DAV_FLDS_LIVE	"$DAVLiveFlds"

/* The agent flag is stored in the new flag so the info is not removed by older Designers when the user edits the agent */
#define DESIGN_FLAGEXT_AGENT_ACTIVATABLE		'a'	/* if the agent is activatable, if it is missing it is not */

/* Compute-defined item names that are actually pseudo-items, requested
   by NIF, that cause Compute to return some info.  These are not actually
   in any document, and if they are, will probably not work properly. */

#define	FIELD_COMPUTE_READERS "$C1$"

/* Mail note item names */

#define MAIL_MESSAGETYPE_ITEM "MessageType"		/* Message type. */
#define MAIL_MESSAGE_TYPE_ITEM "$MessageType"	/* $MessageType item name */
#define MAIL_SENDTO_ITEM "SendTo"				/* SendTo item name */
#define MAIL_COPYTO_ITEM "CopyTo"				/* CopyTo item name */
#define MAIL_REPLYTO_ITEM		"ReplyTo"		/* ReplyTo, used for agents */
#define MAIL_REPLYDATE_ITEM		"ReplyDate"		/* ReplyDate item name */
#define MAIL_RESPONSETO_ITEM	"ResponseTo"	/* ResponseTo, used for agents */
#define MAIL_FROM_ITEM "From"					/* From item name */
#define MAIL_FROMDOMAIN_ITEM "FromDomain"		/* From domain item name */
#define MAIL_SUBJECT_ITEM "Subject"				/* Subject item name */
#define MAIL_DISPLAY_SUBJECT_ITEM "DisplaySubject"	/* Used by reply form */
#define MAIL_COMPOSEDDATE_ITEM "ComposedDate"	/* Composed date item name */
#define MAIL_POSTEDDATE_ITEM "PostedDate"		/* Posted date item name */
#define MAIL_BODY_ITEM "Body"					/* Body item name */
#define MAIL_INTENDEDRECIPIENT_ITEM "IntendedRecipient" /* Intended recipient item */
#define MAIL_ALTINTENDEDRECIPIENT_ITEM "AltIntendedRecipient" /* Alternate Intended recipient item */
#define MAIL_LANGINTENDEDRECIPIENT_ITEM "$LangIntendedRecipient" /* Language Tag Intended Recipient */
#define MAIL_FAILUREREASON_ITEM "FailureReason"		/* Failure reason item */
#define MAIL_DEADFAILUREREASON_ITEM "DeadFailureReason"		/* DEAD Failure reason item */
#define MAIL_RECIPIENTS_ITEM "Recipients"		/* Recipients list item */
#define MAIL_ROUTINGSTATE_ITEM "RoutingState"	/* Routing state */
#define MAIL_ROUTINGSTATEBY_ITEM "RoutingStateBy"	/* Routing state changed by indicator */
#define MAIL_SAVED_FORM_ITEM "MailSavedForm"	/* Delivery report saved form name item */
#define MAIL_BLINDCOPYTO_ITEM "BlindCopyTo"		/* Blind copy to item name */
#define MAIL_DELIVERYPRIORITY_ITEM "DeliveryPriority" /* Delivery priority item name */
#define MAIL_DELIVERYREPORT_ITEM "DeliveryReport"	/* Delivery report request item name */
#define MAIL_DELIVEREDDATE_ITEM "DeliveredDate"	/* Delivered date item name */
#define MAIL_DELIVERYDATE_ITEM "DeliveryDate"	/* Delivery date item name (Confirmation Reports only) */
#define MAIL_FORM_ITEM FIELD_FORM				/* Form name item */
#define MAIL_REPLY_FORM_ITEM	"ReplyForm"		/* Reply form, used for agents */
#define MAIL_CATEGORIES_ITEM "Categories"		/* Categories field */
#define MAIL_FROM_CATEGORIES_ITEM "FromCategories"	/* Sender's Categories field */
#define MAIL_ROUTE_SERVERS_ITEM "RouteServers"	/* List of servers routed thru */
#define MAIL_ROUTE_TIME_ITEM "RouteTimes"		/* List of TIMEDATE_PAIRS describing holding times */
#define MAIL_RECIP_GROUPS_EXP_ITEM "RecipientGroupsExpanded" /* List of recipient group names that have been expanded */
#define MAIL_RETURNRECEIPT_ITEM "ReturnReceipt"	/* Return receipt requested? */
#define MAIL_NAMED_ENCKEY_ITEM "NamedEncryptionKey" /* Named encryption key. */
#define MAIL_ROUTE_HOPS_ITEM "$Hops" 			/* Number of routing hops still allowed. */
#define MAIL_CORRELATION_ITEM "$Correlation" 	/* Arbitrary delivery report correlation value. */
#define MAIL_FORMAT_ITEM "MailFormat"			/* (E)ncapsulated */
												/* (T)ext */
												/* (B)oth */
#define	MAIL_TMP_FROM_ITEM	"TmpFromItem"			/*temp mail from item*/
#define MAIL_IMPORTANCE_ITEM "Importance"		/* Send Priority/Importance item */
#define MAIL_QUALRECIPIENTS_ITEM "QualRecipients"	/* Fully qualified Recipients list item */
#define MAIL_ORIGNALPATH_ITEM "OriginalPath"	/* Original routing path (copy of original message's FromDomain) */
#define MAIL_TRACE_ITEM "$Trace"				/* Identifies message as a trace file */
#define MAIL_ORIG_ITEM	"$Orig"					/* Global Id used for Billing */
#define MAIL_DELIVER_LOOPS_ITEM "$Loops" 		/* Number of forwarding loops still allowed. */
#define MAIL_CLUSTERFAILOVER_ITEM "$MailClusterFailover" /* Server name mail was delivered to after cluster failover */
#define MAIL_UIDL_ITEM	"MailPop3UIDL"
#define MAIL_ENTERSENDTO_ITEM "EnterSendTo"		/* Enter SendTo item name */
#define MAIL_ENTERCOPYTO_ITEM "EnterCopyTo"		/* Enter CopyTo item name */
#define MAIL_ENTERBLINDCOPYTO_ITEM "EnterBlindCopyTo" /* Enter Blind copy to item name */
#define MAIL_INETSENDTO_ITEM "INetSendTo"	  	/* Internet SendTo item name */
#define MAIL_INETCOPYTO_ITEM "INetCopyTo"		/* Internet CopyTo item name */
#define MAIL_INETBLINDCOPYTO_ITEM "INetBlindCopyTo" /* Internet Blind copy to item name */
#define MAIL_ALTSENDTO_ITEM "AltSendTo"	  		/* Alternate Name SendTo item name */
#define MAIL_ALTCOPYTO_ITEM "AltCopyTo"			/* Alternate Name CopyTo item name */
#define MAIL_ALTBLINDCOPYTO_ITEM "AltBlindCopyTo" /* Alternet Blind copy to item name */
#define MAIL_ALTREPLYTO_ITEM "$AltReplyTo"		/* Alternate Reply To item name */
#define MAIL_LANGREPLYTO_ITEM "$LangReplyTo"	/* Language Tag Reply To*/
#define MAIL_ALTPRINCIPAL_ITEM "$AltPrincipal"	/* Alternate Principal item name */
#define MAIL_LANGPRINCIPAL_ITEM "$LangPrincipal"	/* Language tag Principal */
#define MAIL_INETFROM_ITEM "INetFrom"			/* Internet From item name */
#define MAIL_ALTFROM_ITEM "AltFrom"				/* Alternate Name From item name */
#define MAIL_LANGFROM_ITEM "$LangFrom"			/* Language Tag From item name */
#define MAIL_DONOTHOLD_ITEM "$DoNotHold"		/* To prevent holding non-deliverable mail */
#define MAIL_STORAGETO_ITEM "$StorageTo"		/* Storage type To */
#define MAIL_STORAGECC_ITEM "$StorageCc"		/* Storage type Cc */
#define MAIL_STORAGEBCC_ITEM "$StorageBcc"		/* Storage type Bcc */
#define MAIL_LANGTO_ITEM "$LangTo"				/* Language tag To */
#define MAIL_LANGCC_ITEM "$LangCc"				/* Language tag Cc */
#define MAIL_LANGBCC_ITEM "$LangBcc"			/* Language tag Bcc */
#define MAIL_VIEWICON_ITEM			"_ViewIcon"		/* Contains icon number for mail view. Displays in first icon column, from left */
#define MAIL_VIEWICON2_ITEM			"_ViewIcon2"	/* Contains icon number for mail view. Displays in second icon column, from left */
#define MAIL_EXCLUDEFROMVIEW_ITEM	"ExcludeFromView" /* View(s) to exclude note from in mail file */
#define MAIL_PRINCIPAL_ITEM 		"Principal"	/* Mail file from which a note was sent */
#define MAIL_ALTNAMELANGUAGETAGS_ITEM	"$NameLanguageTags"	/* Language Tags item. Single list of Lang Tags for set of current recipients. No Dups. */
#define MAIL_INETREPLYTO_ITEM "$INetReplyTo"   	/* Internet ReplyTo item name */
#define MAIL_INETPRINCIPAL_ITEM "$INetPrincipal" /* Internet Principal item name */
#define MAIL_MAILER_ITEM "$Mailer"				/* Name and version number of the Mailer which sent the message */
#define MAIL_ID_ITEM "$MessageID"				/* Unique ID of this message */
#define ITEM_NAME_DONOTMODIFYINVITEES "tmpDoNotModifyInvitees" /*prevents invitees from being changed on freetime control */
#define	MAIL_CS_INVITE_WAS_DELEGATED_TO_US		"MeetingInviteWasDelegatedToUs" /* Meeting invitation was delegate to us*/
#define	MAIL_CS_INVITE_WAS_DELEGATED_OFF		"MeetingInviteWasDelegatedOff" /* Meeting invitation was delegate to us*/

#define ITEM_NAME_DESIGN_TEMP_COLLATION	"TmpViewDesignCollation"

#define MAIL_APPARENTLY_FROM_ITEM "Apparently_From"
#define MAIL_APPARENTLY_TO_ITEM "Apparently_To"
#define MAIL_DISPOSITION_NOTIFICATION_TO_ITEM "Disposition_Notification_To"
#define MAIL_ORIGINAL_BCC_ITEM "Originalbcc"
#define MAIL_ORIGINAL_CC_ITEM "Originalcc"
#define MAIL_ORIGINAL_FROM_ITEM "OriginalFrom"
#define MAIL_ORIGINAL_PRINCIPAL_ITEM "OriginalPrincipal"
#define MAIL_ORIGINAL_REPLY_TO_ITEM "OriginalReplyTo"
#define MAIL_ORIGINAL_TO_ITEM "OriginalTo"
#define MAIL_RECEIVED_ITEM "Received"
#define MAIL_RESENT_BCC_ITEM "Resent_bcc"
#define MAIL_RESENT_CC_ITEM "Resent_cc"
#define MAIL_RESENT_DATE_ITEM "Resent_Date"
#define MAIL_RESENT_FROM_ITEM "Resent_From"
#define MAIL_RESENT_MESSAGE_ID_ITEM "Resent_Message_ID"
#define MAIL_RESENT_REPLY_TO_ITEM "Resent_Reply_To"
#define MAIL_RESENT_SENDER_ITEM "Resent_Sender"
#define MAIL_RESENT_TO_ITEM "Resent_To"
#define MAIL_RETURN_RECEIPT_TO_ITEM "Return_Receipt_To"
#define MAIL_SENDER_ITEM "Sender"
#define MAIL_MIME_VERSION "MIME_Version"
#define MAIL_IMAP_RFC822_SIZE "IMAP_RFC822Size"
#define MAIL_IMAP_BODYSTRUCTURE "IMAP_BodyStruct"
#define MAIL_CONTENT_TYPE "$Content_Type"
#define MAIL_FIRST_PASS "MailFirstPass"
#define MAIL_MOODS_ITEM "$Moods"
#define MAIL_SENDERTAG_ITEM "SenderTag"
#define MAIL_TMPSENDERTAG_ITEM "tmpSenderTag"
#define MAIL_DISCLAIMED_ITEM "$Disclaimed"

#define MAILBOX_ADMIN_ROLE "[MailboxAdmin]"

#define MAIL_GURU_SCORE_ITEM "DSFScore"
#define MAIL_GURU_RCPT_ITEM "DSFRcpt"
#define MAIL_GURU_TO_ITEM "DSFTo"
#define MAIL_GURU_FROM_ITEM "DSFFrom"
#define MAIL_GURUVOTE_REPORT_ITEM "DSFVoteReport"
#define MAIL_GURUVOTE_VOTE_ITEM "DSFVoteVote"

#define MAIL_DNSBL_FILTER_ITEM "$DNSBLSite"			/* Blacklist tag */
#define MAIL_DNSWL_FILTER_ITEM "$DNSWLSite"			/* Whitelist tag */
#define MAIL_FILTER_ACTIONS_ITEM "$FilterActions"
#define MAIL_FILTER_BY_ITEM "$FilterBy"
#define MAIL_SENDTO_NONRESPONDERS "Non_Responders"
#define	MAIL_CS_LOOPING_FACTOR	"LoopingFactor"	/*temp note item to identify for the template
														 whether a notice has "looped" (I delegated this
														 meeting off and it's come back) or cross-delegate
														 (two people have delegated an invitation for the
														 same meeting to me) */
#define MAIL_REPLYFORWARD_ITEM "$RespondedTo"	/* text item, value = 1 if replied, 2 = forwarded, 3 = both */
#define MAIL_REPLYFORWARD_NONE			"0"
#define MAIL_REPLYFORWARD_REPLY			"1"
#define MAIL_REPLYFORWARD_FORWARD		"2"
#define MAIL_REPLYFORWARD_REPLYFORWARD	"3"

/* POP3 view names */
#define MAIL_POP3_UIDL_VIEW	"($POP3UIDL)"

/*	Appointment form item names */

#define MAIL_APPT_BUSYNAME_ITEM 	"$BusyName"		/* Person/resource the appointment is for */
#define MAIL_APPT_STARTTIME_ITEM	"StartDateTime"	/* Start time of appointment */
#define MAIL_APPT_ENDTIME_ITEM		"EndDateTime"	/* End time of appointment */
#define MAIL_APPT_SEQUENCE_ITEM		"$Sequence"		/* Sequence # of updates */
#define MAIL_APPT_BUSYPRIORITY_ITEM "$BusyPriority"  /* Busy/Penciled-in/etc. */
#define MAIL_APPT_ATTENDEE_ITEM				"Attendees"	/* List of people for which the following items apply */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -