﻿<?xml version="1.0" encoding="UTF-8"?>

<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui" onLoad="RibbonLoad">
	<ribbon>
		
		<tabs>
			<tab idMso="TabNewMailMessage">
				<group id="EncryptionGroup" getLabel="GetLabel" getImage="GetImage" getVisible="GetVisible">
					<box id="AutomaticEncryptionBox" boxStyle="horizontal">
						<toggleButton
							id="AutomaticEncryptionButton"
							getImage="GetImage"
							getLabel="GetLabel"
							getScreentip="GetScreentip"
							getSupertip="GetSupertip"
							getPressed="GetButtonPressed"
							onAction="OnToggleButtonAction"
							size="large"
							getVisible="GetVisible"
							getEnabled="GetEnabled"
							/>
						<toggleButton
							id="DocumentOnlyEncryptionButton"
							getImage="GetImage"
							getLabel="GetLabel"
							getScreentip="GetScreentip"
							getSupertip="GetSupertip"
							getPressed="GetButtonPressed"
							onAction="OnToggleButtonAction"
							size="large"
							getVisible="GetVisible"
							getEnabled="GetEnabled"
							/>
					</box>
					<separator id="EncryptionSeperator" getVisible="GetVisible" />
					<box id="EncryptionBox" boxStyle="vertical">
						<toggleButton
							id="ConfigurePdfSettingsButton"
							getImage="GetImage"
							getLabel="GetLabel"
							getScreentip="GetScreentip"
							getSupertip="GetSupertip"
							getPressed="GetButtonPressed"
							onAction="OnToggleButtonAction"
							getEnabled="GetEnabled"
							getVisible="GetVisible"
							/>
						<toggleButton
							id="ConfigureEncryptionSettingsButton"
							getImage="GetImage"
							getLabel="GetLabel"
							getScreentip="GetScreentip"
							getSupertip="GetSupertip"
							getPressed="GetButtonPressed"
							onAction="OnToggleButtonAction"
							getEnabled="GetEnabled"
							getVisible="GetVisible"
							/>						
					</box>
				</group>
				
				<group id="FileTransferGroup" getLabel="GetLabel" getImage="GetImage" getVisible="GetVisible">
					<box id="ShowFileTransferAdd" boxStyle="vertical">
						<button
							id="AttachFileButton"
							getImage="GetImage"
							getLabel="GetLabel"
							getScreentip="GetScreentip"
							getSupertip="GetSupertip"
							onAction="OnButtonAction"
							getEnabled="GetEnabled"
							size="large"
							/>
					</box>
					<box id="FileTransferBoxSettings" boxStyle="vertical">
						<button
							id="FileTransferProgressButton"
							getImage="GetImage"
							getLabel="GetLabel"
							getScreentip="GetScreentip"
							getSupertip="GetSupertip"
							onAction="OnButtonAction"
							getEnabled="GetEnabled"
							/>
						<button
							id="ResponseLinkButton"
							getImage="GetImage"
							getLabel="GetLabel"
							getScreentip="GetScreentip"
							getSupertip="GetSupertip"
							onAction="OnButtonAction"
							getEnabled="GetEnabled"
							/>
						<toggleButton
							id="UrlProtectionButton"
							getImage="GetImage"
							getLabel="GetLabel"
							getScreentip="GetScreentip"
							getSupertip="GetSupertip"
							getPressed="GetButtonPressed"
							onAction="OnToggleButtonAction"
							getEnabled="GetEnabled"
							getVisible="GetVisible"
						/>
					</box>
				</group>
				<group id="DeMailGroup" getLabel="GetLabel" getImage="GetImage" getVisible="GetVisible">
					<box id="DeMailBox" boxStyle="vertical">
						<toggleButton
							id="ConfigureDeMailSettingsButton"
							getImage="GetImage"
							getLabel="GetLabel"
							getScreentip="GetScreentip"
							getSupertip="GetSupertip"
							getPressed="GetButtonPressed"
							onAction="OnToggleButtonAction"
							size="large"
							/>
					</box>
				</group>
			</tab>
			<tab idMso="TabReadMessage">
				<group id="SecurityGroup" getLabel="GetLabel" getImage="GetImage" getVisible="GetVisible">
					<box id="DecryptPdfBox" boxStyle="vertical">
						<button
							id="DecryptPdfMailButton"
							getImage="GetImage"
							getLabel="GetLabel"
							getScreentip="GetScreentip"
							getSupertip="GetSupertip"
							onAction="OnButtonAction"
							getEnabled="GetEnabled"
							size="large"
							getVisible="GetVisible"
							/>
					</box>
					<separator
						id="SecuritySeperator"
						getVisible="GetVisible"
						/>
					<box id="SecurityActionsBox" boxStyle="vertical">
						<button
							id="DeletePasswordsButton"
							getImage="GetImage"
							getLabel="GetLabel"
							getScreentip="GetScreentip"
							getSupertip="GetSupertip"
							onAction="OnButtonAction"
							size="large"
							getVisible="GetVisible"
							/>
					</box>
				</group>
			</tab>
			<tab idMso="TabMail">
				
			</tab>
		</tabs>

		<contextualTabs>
			<tabSet idMso="TabComposeTools">
				<tab idMso="TabMessage">
					
				</tab>
			</tabSet>
		</contextualTabs>	
		
	</ribbon>
</customUI>

